aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2015-03-31 08:58:41 +0000
committerHakim Cassimally <hakim@mysociety.org>2015-03-31 08:58:41 +0000
commit2604aa3b3c6c9edc3df444eeede83491c6ce405c (patch)
tree4fe91e9fe7def2e12986b5a558a05e8cda07b0bf /t/cobrand
parent458d9c84b639d5625cdc491d56a4cf98bef1b51c (diff)
parentc6f9498c79527fbee3cdb1a53f65524c716f20e9 (diff)
Merge branch 'issues/commercial/678-open311-and-csv'
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/zurich.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t
index 31aceab28..90a92fb44 100644
--- a/t/cobrand/zurich.t
+++ b/t/cobrand/zurich.t
@@ -651,7 +651,7 @@ subtest "test stats" => sub {
my $export_count = get_export_rows_count($mech);
if (defined $export_count) {
is $export_count - $EXISTING_REPORT_COUNT, 3, 'Correct number of reports';
- $mech->content_contains(',fixed - council,');
+ $mech->content_contains('fixed - council');
$mech->content_contains(',hidden,');
}