diff options
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 2 |
1 files changed, 1 insertions, 1 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 { |