aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-08-19 00:06:45 +0100
committerStruan Donald <struan@exo.org.uk>2011-08-19 00:06:45 +0100
commit61e6d5928be1bedb68607f8fa36f0d971711a3f8 (patch)
tree7a775af6b828035ab3ec45b990edd158fb3fbaee /t
parent34ae11b13ec02a874badea13bbeb2ee8e7c384de (diff)
correct council list delimiter
Diffstat (limited to 't')
-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 {