environments/ppa-mbqj77/deployments/822
Christophe Maudoux 6 years ago
parent abf27ad7ac
commit b969f5b876
  1. 1
      lemonldap-ng-handler/t/50-Lemonldap-NG-Handler-SecureToken.t
  2. 2
      lemonldap-ng-handler/t/68-Lemonldap-NG-Handler-PSGI-Zimbra.t

@ -32,7 +32,6 @@ open STDERR, '>/dev/null';
# Insert your test code below, the Test::More module is used here so read
# its man page ( perldoc Test::More ) for help writing this test script.
SKIP: {
eval { require Cache::Memcached };
skip

@ -50,7 +50,7 @@ SKIP: {
$h{'Location'} =~
m%^/service/preauth\?account=dwho&by=id&timestamp=$timestamp&expires=0&preauth=$value$%,
'Header Location is set to Zimbra URL'
) or explain( \%h, 'Location => "Zimbra URL' );
) or explain( \%h, 'Location => "Zimbra URL"' );
ok( $h{'Auth-User'} eq 'dwho', 'Header Auth-User is set to "dwho"' )
or explain( \%h, 'Auth-User => "dwho"' );
count(4);

Loading…
Cancel
Save