update-allure

support/v0.37
Ekaterina Chernitsyna 2023-12-15 03:47:08 +03:00 committed by Andrey Berezin
parent 6980cd15bd
commit 370c1059f1
1 changed files with 2 additions and 2 deletions

View File

@ -1307,7 +1307,7 @@ class TestPolicy(ClusterTestBase):
len(resulting_copies) == expected_copies
), f"Expected {expected_copies} copies, got {len(resulting_copies)}"
with reporter.step(f"Delete the object from the container"):
with allure.step(f"Delete the object from the container"):
delete_object(wallet=default_wallet, cid=cid, oid=oid, shell=self.shell, endpoint=endpoint)
with allure.step(f"Delete the container"):
@ -1501,7 +1501,7 @@ class TestPolicy(ClusterTestBase):
and len(resulting_copies) > 2
), f"The node is selected from the wrong location. Got {netmap[node_address]}"
with reporter.step(f"Delete the object from the container"):
with allure.step(f"Delete the object from the container"):
delete_object(wallet=default_wallet, cid=cid, oid=oid, shell=self.shell, endpoint=endpoint)
with allure.step(f"Delete the container"):