forked from TrueCloudLab/frostfs-testcases
Fixed S3 policy test case
This commit is contained in:
parent
f7475f9841
commit
fe4341893b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class TestS3GatePolicy(ClusterTestBase):
|
||||||
)
|
)
|
||||||
assert copies_1 == 1
|
assert copies_1 == 1
|
||||||
for cluster_node in self.cluster.cluster_nodes:
|
for cluster_node in self.cluster.cluster_nodes:
|
||||||
cid_2 = search_container_by_name(name=bucket_1, node=cluster_node)
|
cid_2 = search_container_by_name(name=bucket_2, node=cluster_node)
|
||||||
if cid_2:
|
if cid_2:
|
||||||
break
|
break
|
||||||
copies_2 = get_simple_object_copies(
|
copies_2 = get_simple_object_copies(
|
||||||
|
|
Loading…
Reference in a new issue