aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-27 17:15:07 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-27 17:15:07 +0100
commitb2f1646d91c334bbb082db758a75a0fbc120b25d (patch)
tree77d9e90036261d81df1a8645ff11088b5add99e4 /t/app/controller
parentd6044e4fdada7b6cf24a5ea640839cf708c8d782 (diff)
use the correct council separator character
Diffstat (limited to 't/app/controller')
-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 a70d5b9e9..93f3f0f65 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 d7b234a6e..ec4aa7342 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 {