diff options
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/root.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/root.t b/t/app/controller/root.t index 413341d89..ddf659b77 100644 --- a/t/app/controller/root.t +++ b/t/app/controller/root.t @@ -4,7 +4,7 @@ ok( my $mech = FixMyStreet::TestMech->new, 'Created mech object' ); my @urls = ( "/", - "/reports", + "/contact", "/about/faq", "/around?longitude=-1.351488&latitude=51.847235" ); |