diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-29 18:30:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-29 22:32:02 +0100 |
commit | c9500b5dc75640e5b17a9a0fb99e0ed19b738e13 (patch) | |
tree | 34c03315fe094b4287d013cd8c622816f73e650a /t/app/controller/report_interest_count.t | |
parent | b7a28df2080b95a0fd457a5525505e3039f4e12b (diff) |
Some tweaks for Travis timeout errors.
Hopefully this will reduce the chance of a timeout:
* Wrap admin body tests in MapIt override.
* Use full hostname to save a redirect each time.
Diffstat (limited to 't/app/controller/report_interest_count.t')
-rw-r--r-- | t/app/controller/report_interest_count.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_interest_count.t b/t/app/controller/report_interest_count.t index 3de931c74..9ca05e81b 100644 --- a/t/app/controller/report_interest_count.t +++ b/t/app/controller/report_interest_count.t @@ -120,7 +120,7 @@ FixMyStreet::override_config { }; subtest 'check support details not shown if not enabled in cobrand' => sub { - ok $mech->host('fixmystreet.com'), 'changed to fixmystreet'; + ok $mech->host('www.fixmystreet.com'), 'changed to fixmystreet'; $report->interest_count(1); ok $report->update, 'updated interest count'; |