aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/app/controller/tokens.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/app/controller/tokens.t b/t/app/controller/tokens.t
deleted file mode 100644
index eec1b0d35..000000000
--- a/t/app/controller/tokens.t
+++ /dev/null
@@ -1,10 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-
-use Catalyst::Test 'FixMyStreet::App';
-use FixMyStreet::App::Controller::Tokens;
-
-ok( request('/tokens')->is_success, 'Request should succeed' );
-done_testing();