diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-25 13:59:04 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-25 13:59:04 +0000 |
commit | 3936729479271dc84edf01e0ff840125a61eeb84 (patch) | |
tree | 1e673098843154d2ebb1194bcc4ed03023998596 /t/app/controller | |
parent | 080f5f49e4ef63ad28070668dd8e4663692524ee (diff) | |
parent | 5ee12f1525fd928cb7af7558b61a2d0a001155bf (diff) |
Merge branch 'qr-code-generator'
Diffstat (limited to 't/app/controller')
-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 a364c786c..650defb70 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -990,7 +990,6 @@ foreach my $test ( use Auth::GoogleAuth; my $auth = Auth::GoogleAuth->new({ secret32 => $token }); my $code = $auth->code; - print $mech->encoded_content; $mech->submit_form_ok({ with_fields => { '2fa_code' => $code } }, "provide correct 2FA code" ); } |