environments/ppa-mbqj77/deployments/43
Christophe Maudoux 7 years ago
parent b7260993e1
commit 8a824366f4
  1. 2
      lemonldap-ng-portal/t/70-2F-TOTP-and-HISTORY.t
  2. 2
      lemonldap-ng-portal/t/70-2F-TOTP.t
  3. 2
      lemonldap-ng-portal/t/71-2F-U2F.t
  4. 2
      lemonldap-ng-portal/t/73-2F-UTOTP-TOTP-and-U2F.t
  5. 2
      lemonldap-ng-portal/t/73-2F-UTOTP-TOTP-only.t

@ -3,7 +3,7 @@ use strict;
use IO::String;
require 't/test-lib.pm';
my $maintests = 18;
my $maintests = 19;
SKIP: {
eval { require Convert::Base32 };

@ -92,7 +92,7 @@ SKIP: {
or explain( $res->[2]->[0], 'JSON content' );
ok( $res->{result} == 1, 'Key is registered' );
# Try to sing-in
# Try to sign-in
$client->logout($id);
ok(
$res = $client->_post(

@ -132,7 +132,7 @@ JjTJecOOS+88fK8qL1TrYv5rapIdqUI7aQ==
ok( $data->{result} == 1, 'Key is registered' )
or explain( $data, '"result":1' );
# Try to sing-in
# Try to sign-in
$client->logout($id);
ok(
$res = $client->_post(

@ -222,7 +222,7 @@ JjTJecOOS+88fK8qL1TrYv5rapIdqUI7aQ==
ok( $data->{result} == 1, 'Key is registered' )
or explain( $data, '"result":1' );
# Try to sing-in with TOTP
# Try to sign-in with TOTP
$client->logout($id);
ok(

@ -92,7 +92,7 @@ SKIP: {
or explain( $res->[2]->[0], 'JSON content' );
ok( $res->{result} = 1, 'Key is registered' );
# Try to sing-in
# Try to sign-in
$client->logout($id);
ok(
$res = $client->_post(

Loading…
Cancel
Save