diff options
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index e9dae0da5..16e8e6445 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -8,8 +8,6 @@ use Web::Scraper; my $mech = FixMyStreet::TestMech->new; $mech->get_ok('/report/new'); -fail "test that partial code is transferred"; - subtest "test that bare requests to /report/new get redirected" => sub { $mech->get_ok('/report/new'); |