diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-30 14:12:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-30 14:12:13 +0100 |
commit | 81f86542c4d306d89f9a3718154203b35583fee5 (patch) | |
tree | c043ddd72accf65457dbbe624aad339967f9120e /t/app/controller | |
parent | 85dd4e1058dd2a5c54951bd966a2625d23478155 (diff) | |
parent | ab8360f148d8d4026905ef8e10decee43bd16b4a (diff) |
Merge branch 'zurich-staging'
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 } } |