Improve unit test (#1773)

environments/ppa-mbqj77/deployments/747^2
Christophe Maudoux 6 years ago
parent 4d024cf41a
commit 781f299603
  1. 2
      lemonldap-ng-handler/t/65-Lemonldap-NG-Handler-PSGI-ServiceToken.t

@ -28,7 +28,7 @@ init(
my $res;
my $crypt = Lemonldap::NG::Common::Crypto->new('qwertyui');
my $token = $crypt->encrypt( join ':', time, $sessionId, 'test1.example.com', 'test2.example.com' );
my $token = $crypt->encrypt( join ':', time, $sessionId, 'test1.example.com', 'test2.example.com', '*.example.com' );
ok(
$res = $client->_get(

Loading…
Cancel
Save