aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkomels <komels@ydb.tech>2023-10-03 14:18:00 +0300
committerkomels <komels@ydb.tech>2023-10-03 15:58:01 +0300
commitca778ad9bfb31839b0f05a4995753bc61db648ad (patch)
treefb76a7e9185b37121ad587c4c69033597e4311bd
parent7c37b4c0035357b1aba239da1283481b87dd3020 (diff)
downloadydb-ca778ad9bfb31839b0f05a4995753bc61db648ad.tar.gz
Fix the test
-rw-r--r--ydb/core/persqueue/ut/fetch_request_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/persqueue/ut/fetch_request_ut.cpp b/ydb/core/persqueue/ut/fetch_request_ut.cpp
index 352a1c5782..b6d928c9f0 100644
--- a/ydb/core/persqueue/ut/fetch_request_ut.cpp
+++ b/ydb/core/persqueue/ut/fetch_request_ut.cpp
@@ -111,7 +111,7 @@ Y_UNIT_TEST_SUITE(TFetchRequestTests) {
ui32 totalPartitions = 5;
setup->CreateTopic("topic1", "dc1", totalPartitions);
NACLib::TDiffACL acl;
- acl.AddAccess(NACLib::EAccessType::Allow, NACLib::ReadTopic, "user1@staff");
+ acl.AddAccess(NACLib::EAccessType::Allow, NACLib::SelectRow, "user1@staff");
setup->GetServer().AnnoyingClient->ModifyACL("/Root/PQ", "rt3.dc1--topic1", acl.SerializeAsString());
auto edgeId = runtime.AllocateEdgeActor();