aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-28 14:03:32 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-28 14:03:32 +0000
commit266d8e40f710f394b49913c4ecbf198c7710503f (patch)
treea1f0d37ed882390f2be4346b82e3a69810d211ce /t
parentee49da6af0599aed63ae9364c52889a1e7b13347 (diff)
[Oxfordshire] Limit appears to be lower than 30.
Diffstat (limited to 't')
-rw-r--r--t/app/controller/report_new.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t
index 40264f073..d50a682cf 100644
--- a/t/app/controller/report_new.t
+++ b/t/app/controller/report_new.t
@@ -612,7 +612,7 @@ foreach my $test (
password_register => '',
},
changes => { },
- errors => [ 'Please enter a subject', 'Please enter some details', 'Emails are limited to 50 characters in length.', 'Phone numbers are limited to 30 characters in length.', 'Names are limited to 50 characters in length.'],
+ errors => [ 'Please enter a subject', 'Please enter some details', 'Emails are limited to 50 characters in length.', 'Phone numbers are limited to 20 characters in length.', 'Names are limited to 50 characters in length.'],
},
)
{