@ -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' );
@ -222,7 +222,7 @@ JjTJecOOS+88fK8qL1TrYv5rapIdqUI7aQ==
# Try to sing-in with TOTP
# Try to sign-in with TOTP
ok( $res->{result} = 1, 'Key is registered' );