diff options
author | Dave Arter <davea@mysociety.org> | 2016-07-08 14:03:20 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-07-08 14:03:20 +0100 |
commit | 5cc37b53df6eef31e94dfe5e434ae149068bc892 (patch) | |
tree | 1abd5023801af2a0eb8c09c7193aba4a88eca3c5 /t/app/controller/alert.t | |
parent | 2df9363f794679bee9c6d705cd7fc6fdae599718 (diff) |
Stub out calls to Gaze when running tests
The tests were running slowly because of gaze.mysociety.org's rate-limiting.
Diffstat (limited to 't/app/controller/alert.t')
-rw-r--r-- | t/app/controller/alert.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index c7dc9ed09..c42eba6b8 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -29,7 +29,7 @@ FixMyStreet::override_config { $mech->title_like(qr/^Local RSS feeds and email alerts/); $mech->content_contains('Here are the types of local problem alerts for ‘EH99 1SP’'); $mech->content_contains('html class="no-js" lang="en-gb"'); - $mech->content_contains('Problems within 8.5km'); + $mech->content_contains('Problems within 10.0km'); $mech->content_contains('rss/pc/EH991SP/2'); $mech->content_contains('rss/pc/EH991SP/5'); $mech->content_contains('rss/pc/EH991SP/10'); |