From a09c61c807d8d6b50227c9d8aa687f1eb22bad00 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 24 Aug 2016 12:13:40 +0100 Subject: Warnfix test by specifying areas for problem. --- t/app/controller/admin_permissions.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/app/controller') diff --git a/t/app/controller/admin_permissions.t b/t/app/controller/admin_permissions.t index bb4a95718..3809a9d67 100644 --- a/t/app/controller/admin_permissions.t +++ b/t/app/controller/admin_permissions.t @@ -33,7 +33,9 @@ my $dt = DateTime->new( second => 23 ); -my ($report) = $mech->create_problems_for_body(1, $oxfordshire->id, 'Test'); +my ($report) = $mech->create_problems_for_body(1, $oxfordshire->id, 'Test', { + areas => ',2237,', +}); my $report_id = $report->id; ok $report, "created test report - $report_id"; -- cgit v1.2.3