From b5a6187db01a997b6beea8dea4f21908b2be6091 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 19 Dec 2019 14:55:35 +0000 Subject: Remove appcache (breaking showing reports from localStorage cache). --- t/app/controller/root.t | 12 ------------ 1 file changed, 12 deletions(-) (limited to 't/app/controller/root.t') diff --git a/t/app/controller/root.t b/t/app/controller/root.t index 85119da24..0263b65d7 100644 --- a/t/app/controller/root.t +++ b/t/app/controller/root.t @@ -60,18 +60,6 @@ FixMyStreet::override_config { is $mech->res->previous, undef, 'No redirect'; } }; - - subtest 'LOGIN_REQUIRED = 1 404s blacklisted URLs' => sub { - my @blacklist = ( - '/offline/appcache', - ); - - foreach my $url (@blacklist) { - $mech->get($url); - ok !$mech->res->is_success(), "want a bad response"; - is $mech->res->code, 404, "got 404"; - } - }; }; subtest "check_login_disallowed cobrand hook" => sub { -- cgit v1.2.3