diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-03-13 18:06:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-03-13 21:54:29 +0000 |
commit | d0a16157fbd10f8bdf1a07c77331504c61bf7f5d (patch) | |
tree | f0401ba3397536b02a0d63eafdec4c8fda4bcf38 /t/cobrand | |
parent | 76e533bd318cb4208faa1bf5cd0c00bde9e08e6c (diff) |
[fixmystreet.com] Remove special Report-It code.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/get_body_sender.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/cobrand/get_body_sender.t b/t/cobrand/get_body_sender.t index 964f5c0e4..a9ba49479 100644 --- a/t/cobrand/get_body_sender.t +++ b/t/cobrand/get_body_sender.t @@ -26,9 +26,8 @@ FixMyStreet::override_config { MAPIT_URL => 'http://mapit.mysociety.org/', }, sub { is_deeply $c->get_body_sender( $body ), { method => 'Email' }, 'defaults to email'; - $body_area->update({ area_id => 2481 }); # Croydon LBO - is_deeply $c->get_body_sender( $body ), { method => 'London' }, 'returns london report it if London borough'; + is_deeply $c->get_body_sender( $body ), { method => 'Email' }, 'still email if London borough'; }; $body->send_method( 'TestMethod' ); |