diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-18 09:43:14 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-22 11:47:33 +0000 |
commit | 7f41c1b26110e18c0068bcd9e209daebe26b6779 (patch) | |
tree | 0e6dd0b31fe073c1f30fb588e90237eae08da1e1 /t/cobrand/zurich.t | |
parent | aee1158c6207a52fb459ad4b7dee745d15dcf08e (diff) |
Refactor admin body/user functions to own files.
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r-- | t/cobrand/zurich.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 1faa0adf2..ee2724a07 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -1092,7 +1092,7 @@ FixMyStreet::override_config { }, sub { subtest 'users at the top level can be edited' => sub { $mech->log_in_ok( $superuser->email ); - $mech->get_ok('/admin/user_edit/' . $superuser->id ); + $mech->get_ok('/admin/users/' . $superuser->id ); }; }; |