Skip to content

Commit a42b9b8

Browse files
committed
Test fix
1 parent 9eed3e7 commit a42b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/services/ydb/ydb_login_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Y_UNIT_TEST_SUITE(TGRpcAuthentication) {
169169
UNIT_ASSERT_NO_EXCEPTION(token = loginProvider->GetAuthInfo());
170170
UNIT_ASSERT(!token.empty());
171171

172-
loginConnection.TestConnectRight(token, "User has no permission");
172+
loginConnection.TestConnectRight(token, "Access denied");
173173

174174
loginConnection.Stop();
175175
}

0 commit comments

Comments
 (0)