diff options
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' ); |