Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
molotkov-and committed Jan 15, 2025
1 parent 1d46ff7 commit 1ca1910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/services/ydb/ydb_ldap_login_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Y_UNIT_TEST_SUITE(TGRpcLdapAuthentication) {
auto factory = CreateLoginCredentialsProviderFactory({.User = login + incorrectLdapDomain, .Password = password});
TLoginClientConnection loginConnection(InitLdapSettings);
auto loginProvider = factory->CreateProvider(loginConnection.GetCoreFacility());
UNIT_ASSERT_EXCEPTION_CONTAINS(loginProvider->GetAuthInfo(), yexception, "Cannot find user: [email protected]");
UNIT_ASSERT_EXCEPTION_CONTAINS(loginProvider->GetAuthInfo(), yexception, "Invalid user");

loginConnection.Stop();
}
Expand Down

0 comments on commit 1ca1910

Please sign in to comment.