diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-09 14:12:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-09 14:12:07 +0100 |
commit | 3d146713442dd9544ad89c35fdc8dcb1e8698ad6 (patch) | |
tree | 75b178ff7043c995fe3f4e97f93b2c1606ac148a /t/app/controller/report_import.t | |
parent | c18bc0f6570b524160d7a617585304a31961e0e2 (diff) |
Lowercase email addresses sent via /import. Fixes #146.
Diffstat (limited to 't/app/controller/report_import.t')
-rw-r--r-- | t/app/controller/report_import.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_import.t b/t/app/controller/report_import.t index 61ee28b88..385445565 100644 --- a/t/app/controller/report_import.t +++ b/t/app/controller/report_import.t @@ -77,7 +77,7 @@ subtest "Submit a correct entry" => sub { with_fields => { service => 'test-script', name => 'Test User', - email => 'test@example.com', + email => 'Test@example.com', subject => 'Test report', detail => 'This is a test report', photo => $sample_file, |