diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-27 16:47:48 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-27 16:47:48 +0100 |
commit | 231750c93d31c114245261281b6624d979c03de9 (patch) | |
tree | 6f46a3305a4990fd7d51fa20047f520cfc5be60f | |
parent | ea4e2e7439af48f7fa4382fa1fe15a1fa2f1c8c7 (diff) |
bring tests up to date
-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', } } ); |