diff --git a/t/Auth/LDAP.t b/t/Auth/LDAP.t index 405dbda85..89381ca69 100644 --- a/t/Auth/LDAP.t +++ b/t/Auth/LDAP.t @@ -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