diff options
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'; |