environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent b3a336a931
commit b6f085c7dc
  1. 2
      lemonldap-ng-portal/t/70-2F-TOTP.t

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

Loading…
Cancel
Save