Append dependencies test

environments/ppa-mbqj77/deployments/256
Christophe Maudoux 7 years ago
parent 095b1d2531
commit c0d6b25022
  1. 6
      lemonldap-ng-portal/t/75-2F-Registers.t

@ -11,6 +11,12 @@ SKIP: {
if ($@) {
skip 'Convert::Base32 is missing', $maintests;
}
eval { require Crypt::U2F::Server; require Authen::U2F::Tester };
if ( $@ or $Crypt::U2F::Server::VERSION < 0.42 ) {
skip 'Missing libraries', $maintests;
}
require Lemonldap::NG::Common::TOTP;
my $client = LLNG::Manager::Test->new(

Loading…
Cancel
Save