Browse Source

Fix the test

komels 1 year ago
parent
commit
ca778ad9bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/core/persqueue/ut/fetch_request_ut.cpp

+ 1 - 1
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();