forked from TrueCloudLab/frostfs-testcases
[#211] Fix write cache lost test
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
f06e44642a
commit
3e878444ce
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue