aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_import.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-08-09 14:12:07 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-08-09 14:12:07 +0100
commit3d146713442dd9544ad89c35fdc8dcb1e8698ad6 (patch)
tree75b178ff7043c995fe3f4e97f93b2c1606ac148a /t/app/controller/report_import.t
parentc18bc0f6570b524160d7a617585304a31961e0e2 (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.t2
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,