diff options
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 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" ); } |