aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin_permissions.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-08-26 15:05:30 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-08-26 15:05:30 +0100
commit0e45fa27e4bc857f61b71f6c121a61e08e54cb6a (patch)
tree7e83c50825819b60a9a73f16c4d4f0a4ff247650 /t/app/controller/admin_permissions.t
parentc1178ea85d1879d6533ac09e2a3c813441554b43 (diff)
parenta09c61c807d8d6b50227c9d8aa687f1eb22bad00 (diff)
Merge branch 'stevenage-open311'
Diffstat (limited to 't/app/controller/admin_permissions.t')
-rw-r--r--t/app/controller/admin_permissions.t4
1 files changed, 3 insertions, 1 deletions
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";