diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-07-28 16:45:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-07-28 16:45:25 +0100 |
commit | aaa1947c2ec5a45cfca0b01213464afcc10e4c9a (patch) | |
tree | 83f708393670602834a377dddbb0629dfa8bd9d6 /t/app/controller/report_new_open311.t | |
parent | 77a343a8d148abc4eb8922b645b25eefe0fae8c9 (diff) | |
parent | 9d00e9bc88bde0c604a30d7f72890768b13ee7f0 (diff) |
Merge branch 'issues/968-refusing-councils'
Diffstat (limited to 't/app/controller/report_new_open311.t')
-rw-r--r-- | t/app/controller/report_new_open311.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index 53b84b92d..d3ca93f0e 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -60,9 +60,9 @@ foreach my $test ( type => 'old', }, errors => [ + 'This information is required', 'Please enter a subject', 'Please enter some details', - 'This information is required', 'Please enter your email', 'Please enter your name', ], |