Fix a syntax error in t/Auth/LDAP.t
This commit is contained in:
parent
b86d244939
commit
80a7f7bd53
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ or diag( $auth->error );
|
|||
WebGUI::Test->addToCleanup( $session->user );
|
||||
|
||||
# Test the the automatically registered user is in the right group
|
||||
ok( $session->user->isInGroup( $ldapGroup->getId ) )
|
||||
ok( $session->user->isInGroup( $ldapGroup->getId ) );
|
||||
|
||||
$session->setting->set('automaticLDAPRegistration', 0);
|
||||
$session->user({ userId => 1 }); # Restore Visitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue