diff options
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r-- | t/app/controller/admin.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index d8a1c24a1..9b517abf3 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -222,6 +222,8 @@ subtest 'check open311 configuring' => sub { api_key => 'api key', endpoint => 'http://example.com/open311', jurisdiction => 'mySociety', + send_comments => 0, + send_method => 'Open311', } } ); @@ -244,6 +246,8 @@ subtest 'check open311 configuring' => sub { api_key => 'new api key', endpoint => 'http://example.org/open311', jurisdiction => 'open311', + send_comments => 0, + send_method => 'Open311', } } ); |