From 370c1059f100f876a2fcee1d299b954cedd18d13 Mon Sep 17 00:00:00 2001 From: Ekaterina Chernitsyna Date: Fri, 15 Dec 2023 03:47:08 +0300 Subject: [PATCH] update-allure --- pytest_tests/testsuites/container/test_policy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"):