diff options
Diffstat (limited to 't/app/controller/alert.t')
-rw-r--r-- | t/app/controller/alert.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index 6fab4d3e3..9189f5e97 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -15,6 +15,7 @@ $mech->content_contains('html class="no-js" lang="en-gb"'); FixMyStreet::override_config { ALLOWED_COBRANDS => [ { 'fixmystreet' => '.' } ], MAPIT_URL => 'http://mapit.mysociety.org/', + GEOCODER => '', }, sub { $mech->get_ok('/alert/list'); $mech->title_like(qr/^Local RSS feeds and email alerts/); |