diff options
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/report_new.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 8c4deec56..048f2644e 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -967,6 +967,13 @@ foreach my $test ( extra_fields => { single_body_only => 'Invalid council' }, email_count => 1, }, + { + desc => "test do_not_send means body is ignored", + category => 'Street lighting', + councils => [ 2326 ], + extra_fields => { do_not_send => 'Gloucestershire County Council' }, + email_count => 1, + }, ) { subtest $test->{desc} => sub { |