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/bathnes.t | |
parent | aee1158c6207a52fb459ad4b7dee745d15dcf08e (diff) |
Refactor admin body/user functions to own files.
Diffstat (limited to 't/cobrand/bathnes.t')
-rw-r--r-- | t/cobrand/bathnes.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/bathnes.t b/t/cobrand/bathnes.t index 59e0d5246..4db2f058c 100644 --- a/t/cobrand/bathnes.t +++ b/t/cobrand/bathnes.t @@ -105,7 +105,7 @@ subtest "Custom CSV fields permission can be granted" => sub { is $counciluser->user_body_permissions->count, 0, 'counciluser has no permissions'; - $mech->get_ok("/admin/user_edit/" . $counciluser->id); + $mech->get_ok("/admin/users/" . $counciluser->id); $mech->content_contains('Extra columns in CSV export'); $mech->submit_form_ok( { with_fields => { |