aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/bromley.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-18 09:43:14 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-22 11:47:33 +0000
commit7f41c1b26110e18c0068bcd9e209daebe26b6779 (patch)
tree0e6dd0b31fe073c1f30fb588e90237eae08da1e1 /t/cobrand/bromley.t
parentaee1158c6207a52fb459ad4b7dee745d15dcf08e (diff)
Refactor admin body/user functions to own files.
Diffstat (limited to 't/cobrand/bromley.t')
-rw-r--r--t/cobrand/bromley.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t
index 05581bdfe..129531fcb 100644
--- a/t/cobrand/bromley.t
+++ b/t/cobrand/bromley.t
@@ -220,7 +220,7 @@ subtest 'check special subcategories in admin' => sub {
ALLOWED_COBRANDS => 'bromley',
MAPIT_URL => 'http://mapit.uk/',
}, sub {
- $mech->get_ok('/admin/user_edit/' . $user->id);
+ $mech->get_ok('/admin/users/' . $user->id);
$mech->submit_form_ok({ with_fields => { 'contacts['.$contact->id.']' => 1, 'contacts[BLUE]' => 1 } });
};
$user->discard_changes;