diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-11 12:15:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-25 14:07:13 +0100 |
commit | 4a49ae1152800d65955df92efece935f1a673fcf (patch) | |
tree | e958c572fafac4048d603c5a196de83f9252945e /t/app/controller | |
parent | 6fce2a15ec593971ccc137c28527ebc967556014 (diff) |
Make contact edit note optional on staging sites.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/admin/translations.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin/translations.t b/t/app/controller/admin/translations.t index f5c32baa6..442be68d5 100644 --- a/t/app/controller/admin/translations.t +++ b/t/app/controller/admin/translations.t @@ -59,7 +59,7 @@ subtest 'check add category with translation' => sub { $mech->submit_form_ok( { with_fields => { category => 'Potholes', translation_de => 'DE potholes', - email => 'potholes@example.org', + email => 'potholes', } } ); # check that error page includes translations |