diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-26 18:41:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-30 11:12:19 +0100 |
commit | 369d00d830ede582295f092e221379fa671c7cf5 (patch) | |
tree | 6c2396003d897c71b5da3222bc1073e9cbdf2959 /t/app/controller | |
parent | 217cd97453bb8437983b7ad36ff72524761c1736 (diff) |
[Zurich] Allow external body to link to a category
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/admin/bodies.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/admin/bodies.t b/t/app/controller/admin/bodies.t index 6fb13f0ff..a07f19494 100644 --- a/t/app/controller/admin/bodies.t +++ b/t/app/controller/admin/bodies.t @@ -162,7 +162,7 @@ subtest 'check open311 configuring' => sub { jurisdiction => 'open311', send_comments => 0, send_method => 'Open311', - fetch_all_problems => 1, + 'extra[fetch_all_problems]' => 1, } } ); @@ -181,7 +181,7 @@ subtest 'check open311 configuring' => sub { jurisdiction => 'open311', send_comments => 0, send_method => 'Open311', - fetch_all_problems => 0, + 'extra[fetch_all_problems]' => 0, can_be_devolved => 1, # for next test } } |