diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-19 10:07:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-03 15:53:29 +0100 |
commit | 1ada9ee8ca6ba10bd6b3c7fb02f7b5599972db5c (patch) | |
tree | 894ef51a1eca70bb9a93a25dd0b4d38a0904463b /t/app/controller/contact.t | |
parent | c73fc63cb5cb516377ed2638bbd607dbd4357bd5 (diff) |
Per-test file email addresses.
Diffstat (limited to 't/app/controller/contact.t')
-rw-r--r-- | t/app/controller/contact.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t index 908ec971b..5b0fd2581 100644 --- a/t/app/controller/contact.t +++ b/t/app/controller/contact.t @@ -382,6 +382,7 @@ for my $test ( $mech->clear_emails_ok; $mech->get_ok('/contact'); + $test->{fields}{em} = $user->email; $mech->submit_form_ok( { with_fields => $test->{fields} } ); my $email = $mech->get_email; |