diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-03-16 16:24:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-03-16 19:10:16 +0000 |
commit | 72e7c2ac4b6a644ee2bb002915122648d97c56e0 (patch) | |
tree | 6cc0ff6e8386d0aa53ac6bcfcdca8f4ae1dfa2ac /t/open311 | |
parent | d0a16157fbd10f8bdf1a07c77331504c61bf7f5d (diff) |
[fixmystreet.com] Remove special NI code.
This is now handled by normal bodies in the admin. In order to remove
references in send_reports, tidy up (unused) EmptyHomes code a bit.
Diffstat (limited to 't/open311')
-rw-r--r-- | t/open311/endpoint/warwick.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/open311/endpoint/warwick.t b/t/open311/endpoint/warwick.t index e144b745a..b51c601f3 100644 --- a/t/open311/endpoint/warwick.t +++ b/t/open311/endpoint/warwick.t @@ -212,6 +212,7 @@ subtest "End to end" => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'fixmystreet' ], SEND_REPORTS_ON_STAGING => 1, + MAPIT_URL => 'http://mapit.mysociety.org/', }, sub { ## we can't (yet) just do following due to ## https://github.com/mysociety/fixmystreet/issues/893 |