diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-11 15:15:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-11 15:15:52 +0100 |
commit | 459851ed73ed44af3583e8e82ec22b791fe9531a (patch) | |
tree | d7ba8eb658482cee7e424681a9bcf02d52d0cc75 /t/cobrand | |
parent | 2cc255b912dc0f79de270be682a9e85d7fb95d7a (diff) | |
parent | 59f419a4f2ea2a94ba30b43d2dadb6c6fcab3729 (diff) |
Merge branch '1836-slash-category-bug'
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/zurich.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 225fbfd41..03b20b087 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -695,6 +695,7 @@ subtest "only superuser can edit bodies" => sub { $user = $mech->log_in_ok( 'dm1@example.org' ); FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'zurich' ], + MAPIT_URL => 'http://mapit.zurich/', }, sub { $mech->get( '/admin/body/' . $zurich->id ); }; |