aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/zurich.t
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-09-30 20:04:05 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-09-30 20:04:05 +0100
commit3a511f5facc4bd066f0e7e4d00060979686bb766 (patch)
tree9438a2b3de8f2784e9ee588bb8b4b871f152213e /t/cobrand/zurich.t
parentb6fb09db4ff31aba28833b9e735e6c92ce9081c7 (diff)
parent2abe443efb8bbbd7cf3048eec271fd28a777932f (diff)
Merge branch 'improved-email-phone-in-form'
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r--t/cobrand/zurich.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t
index 2992a37e7..c73bd01e1 100644
--- a/t/cobrand/zurich.t
+++ b/t/cobrand/zurich.t
@@ -907,7 +907,7 @@ subtest "photo must be supplied for categories that require it" => sub {
$mech->get_ok('/report/new?lat=47.381817&lon=8.529156');
$mech->submit_form_ok({ with_fields => {
detail => 'Problem-Bericht',
- username => 'user@example.org',
+ username_register => 'user@example.org',
category => 'Graffiti - photo required',
}});
is $mech->res->code, 200, "missing photo shouldn't return anything but 200";