aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_new.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-03-13 18:06:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-03-13 21:54:29 +0000
commitd0a16157fbd10f8bdf1a07c77331504c61bf7f5d (patch)
treef0401ba3397536b02a0d63eafdec4c8fda4bcf38 /t/app/controller/report_new.t
parent76e533bd318cb4208faa1bf5cd0c00bde9e08e6c (diff)
[fixmystreet.com] Remove special Report-It code.
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r--t/app/controller/report_new.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t
index 761fdad30..25fa01a1f 100644
--- a/t/app/controller/report_new.t
+++ b/t/app/controller/report_new.t
@@ -88,6 +88,11 @@ my $contact7 = $mech->create_contact_ok(
category => 'Street lighting',
email => 'highways@example.com',
);
+my $contact8 = $mech->create_contact_ok(
+ body_id => $body_ids{2504},
+ category => 'Street lighting',
+ email => 'highways@example.com'
+);
# test that the various bit of form get filled in and errors correctly
# generated.