Skip to content

Commit 90f515a

Browse files
Fix github main DR tests build (#5193)
1 parent ab5b5e5 commit 90f515a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_cms.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,9 +1508,11 @@ Y_UNIT_TEST_SUITE(TDiskRegistryTest)
15081508

15091509
RegisterAgents(*Runtime, 1);
15101510

1511-
auto response = DiskRegistry->BackupDiskRegistryState(true);
1512-
const auto pathAttachStates =
1513-
response->Record.GetBackup().GetAgents(0).GetPathAttachStates();
1511+
auto response =
1512+
DiskRegistry->BackupDiskRegistryState(NProto::BDRSS_LOCAL_DB);
1513+
const auto pathAttachStates = response->Record.GetLocalDBBackup()
1514+
.GetAgents(0)
1515+
.GetPathAttachStates();
15141516
auto it = pathAttachStates.find("dev-1");
15151517
UNIT_ASSERT(it != pathAttachStates.end());
15161518
UNIT_ASSERT_VALUES_EQUAL(

0 commit comments

Comments
 (0)