diff options
Diffstat (limited to 't/cobrand/bexley.t')
-rw-r--r-- | t/cobrand/bexley.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/bexley.t b/t/cobrand/bexley.t index b8682edad..55ee1278e 100644 --- a/t/cobrand/bexley.t +++ b/t/cobrand/bexley.t @@ -156,7 +156,7 @@ FixMyStreet::override_config { $mech->submit_form_ok({ with_fields => { category => 'Gulley covers' } }); $test_data = FixMyStreet::Script::Reports::send(); - is $test_data, undef, 'Report not resent'; + is_deeply $test_data, {}, 'Report not resent'; $mech->submit_form_ok({ with_fields => { category => 'Lamp post' } }); $test_data = FixMyStreet::Script::Reports::send(); |