Fix policy
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
967f4f37d9
commit
4d2e27a317
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class TestFailoverServer(ClusterTestBase):
|
|||
default_wallet: str,
|
||||
) -> list[StorageContainer]:
|
||||
|
||||
placement_rule = "REP 2 CBF 2 SELECT 2 FROM * AS X"
|
||||
placement_rule = "REP 2 CBF 2 SELECT 2 FROM *"
|
||||
|
||||
containers = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue