diff options
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 4c7b33f73..5ae3bdfb3 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -345,10 +345,13 @@ for my $test ( }; } +$mech->create_body_ok(2504, 'Westminster City Council'); +$mech->create_body_ok(2505, 'Camden Borough Council'); + for my $test ( { desc => 'no state dropdown if user not from authority', - from_body => 0, + from_body => undef, no_state => 1, report_body => '2504', }, |