Fix #2005 & improve unit test

This commit is contained in:
Christophe Maudoux 2019-12-14 17:40:23 +01:00
parent 21e5039d21
commit e4c5a9d723
2 changed files with 3 additions and 2 deletions

View File

@ -174,8 +174,8 @@ sub refresh {
$self->logger->debug(
"Set session $req->{id} _updateTime with $data{_updateTime}");
$req->steps( [
'getUser',
@{ $self->betweenAuthAndData },
#'getUser', Fix #2005
#@{ $self->betweenAuthAndData },
'setAuthSessionInfo',
'setSessionInfo',
'setMacros',

View File

@ -18,6 +18,7 @@ my $client = LLNG::Manager::Test->new( {
requireToken => 0,
securedCookie => 1,
https => 0,
whatToTrace => 'mail'
}
}
);