diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-05 13:07:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-05 13:07:49 +0000 |
commit | 44ada25dad2dff99708a9b98ffb9d82ee602950e (patch) | |
tree | e369aa1b963a744adb4418f422ddee9e8ee210f3 /t/app/controller/report_new_text.t | |
parent | 51cbde5ebcc08c52d3d5531c529c0c7a52b5e230 (diff) | |
parent | 1c288ef2dfc1b2e57d6a51c11401e95e8c589bd4 (diff) |
Merge branch '642-new-report-flow-changes'
Diffstat (limited to 't/app/controller/report_new_text.t')
-rw-r--r-- | t/app/controller/report_new_text.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_new_text.t b/t/app/controller/report_new_text.t index 8b7805c31..e6f0a9017 100644 --- a/t/app/controller/report_new_text.t +++ b/t/app/controller/report_new_text.t @@ -23,7 +23,7 @@ foreach my $test ( username => '0121 4960000000', email => '', phone => '', title => 'Title', detail => 'Detail', name => 'Bob Jones', category => 'Street lighting', - may_show_name => '1', remember_me => undef, + may_show_name => '1', photo1 => '', photo2 => '', photo3 => '', password_register => '', password_sign_in => '', }, @@ -40,7 +40,7 @@ foreach my $test ( username => '0121 4960000', email => '', phone => '', title => 'Title', detail => 'Detail', name => 'Bob Jones', category => 'Street lighting', - may_show_name => '1', remember_me => undef, + may_show_name => '1', photo1 => '', photo2 => '', photo3 => '', password_register => '', password_sign_in => '', }, |