From 3e878444ce429cfe045d5a07d2079b5b5ee5e135 Mon Sep 17 00:00:00 2001 From: Andrey Berezin Date: Thu, 21 Mar 2024 11:35:26 +0300 Subject: [PATCH] [#211] Fix write cache lost test Signed-off-by: Andrey Berezin --- pytest_tests/testsuites/failovers/test_failover_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/testsuites/failovers/test_failover_storage.py b/pytest_tests/testsuites/failovers/test_failover_storage.py index 405b290..d5ae43a 100644 --- a/pytest_tests/testsuites/failovers/test_failover_storage.py +++ b/pytest_tests/testsuites/failovers/test_failover_storage.py @@ -556,7 +556,7 @@ class TestStorageDataLoss(ClusterTestBase): rule=placement_rule, ) container = StorageContainer( - StorageContainerInfo(cid, WalletInfo(default_wallet)), + StorageContainerInfo(cid, default_wallet), self.shell, cluster_state_controller.cluster, )