diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 12:34:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 12:34:42 +0100 |
commit | cc8b152ee383e8b596926e3f2cab39557b353bcc (patch) | |
tree | 776bc8c296d1af57f2d481166b4166c441d4cd1d /t/app/controller/report_new.t | |
parent | edf59d8605000c4363ce4d79f270559c522bc63e (diff) |
Don't show email field on reporting if logged in.
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r-- | t/app/controller/report_new.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 01c29ecf4..3e486d22c 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -406,7 +406,6 @@ foreach my $test ( title => '', detail => '', may_show_name => '1', - email => $test_email, name => 'Test User', phone => '01234 567 890', photo => '', |