From fd42c29f4aaa5110f39993511bc6cdeb3ca6dba7 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 6 Sep 2017 09:14:54 +0100 Subject: Prevent race condition in root.t test. This test assumed /reports would load, which it wouldn't if run in parallel and the data hadn't been generated by reports.t. Test a different page instead. --- t/app/controller/root.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller/root.t') 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" ); -- cgit v1.2.3