From d25024e0d7631d4f2e9fb0cc0dc8543e362a41c5 Mon Sep 17 00:00:00 2001 From: Ekaterina Chernitsyna Date: Mon, 11 Mar 2024 15:32:29 +0300 Subject: [PATCH] [#204] Update policy with SELECT and FILTER results with UNIQUE nodes --- 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 d1dc111..4adcca1 100644 --- a/pytest_tests/testsuites/container/test_policy.py +++ b/pytest_tests/testsuites/container/test_policy.py @@ -385,8 +385,8 @@ class TestPolicy(ClusterTestBase): placement_params["country"] == netmap[node_address]["country"] ), f"The node is selected from the wrong country. Got {netmap[node_address]['country']}" - with reporter.step(f"Delete the container"): - delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint) + with reporter.step(f"Delete the object from the container"): + delete_object(wallet=default_wallet, cid=cid, oid=oid, shell=self.shell, endpoint=endpoint) with reporter.step(f"Delete the container"): delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint)