diff --git a/pytest_tests/testsuites/container/test_policy.py b/pytest_tests/testsuites/container/test_policy.py index 3a068b0..81de650 100644 --- a/pytest_tests/testsuites/container/test_policy.py +++ b/pytest_tests/testsuites/container/test_policy.py @@ -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"):