diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 19:13:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 19:13:05 +0000 |
commit | c13987e5cde7b3c3239a03fc1d5932b9b320cea1 (patch) | |
tree | 4da3eca6e9b0052293d9c1103cdcfa8a09c6f6dd /t/app/controller/around.t | |
parent | 9ce6e383640811b9b51ffe7a46c1b5dfac66e14c (diff) |
Fix tests.
Diffstat (limited to 't/app/controller/around.t')
-rw-r--r-- | t/app/controller/around.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t index 0f01a9ea9..fa2d94aed 100644 --- a/t/app/controller/around.t +++ b/t/app/controller/around.t @@ -7,7 +7,7 @@ my $mech = FixMyStreet::TestMech->new; subtest "check that if no query we get sent back to the homepage" => sub { $mech->get_ok('/around'); - is $mech->uri->path, '/around', "still at '/around'"; + is $mech->uri->path, '/', "redirected to '/'"; }; # x,y requests were generated by the old map code. We keep the behavior for |