Admin url includes /change/ at the end
authorDiane Trout <diane@ghic.org>
Thu, 2 Jun 2016 00:04:40 +0000 (17:04 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:55:58 +0000 (15:55 -0700)
commit08701304a9fd0cf672eb421e2aa955c3f214c752
tree8792482663b2babf11a49e931e8c133877fcfedf
parentef766694c5b8a2e0f34559b963e9550a4459b290
Admin url includes /change/ at the end

so my tests that were looking at
/admin/experiments/flowcel/{flowcell id}/
needed to change to
/admin/experiments/flowcel/{flowcell id}/change/

this of course means we now require django 1.9 for tests.
experiments/test_experiments.py