aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/zurich.t
diff options
context:
space:
mode:
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r--t/cobrand/zurich.t2
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 );
};
};