aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/app/controller/report_display.t2
-rw-r--r--t/app/controller/report_updates.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index 93f3f0f65..a70d5b9e9 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -331,7 +331,7 @@ for my $test (
desc => 'state dropdown if user from authority and problem sent to multiple councils',
from_council => 2504,
no_state => 0,
- report_council => '2504|2506',
+ report_council => '2504,2506',
},
) {
subtest $test->{desc} => sub {
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t
index 9606afc8e..993c6758e 100644
--- a/t/app/controller/report_updates.t
+++ b/t/app/controller/report_updates.t
@@ -555,7 +555,7 @@ for my $test (
state => 'fixed',
},
state => 'fixed - council',
- report_councils => '2504|2505',
+ report_councils => '2504,2505',
},
) {
subtest $test->{desc} => sub {