From a7992d79de2a23fb426cea308a40c7b72dab8df7 Mon Sep 17 00:00:00 2001 From: mkadilov Date: Mon, 26 Feb 2024 13:42:11 +0300 Subject: [PATCH] [#201] Execute command object head --raw and check object deletion Execute command object head --raw and check object deletion Signed-off-by: Mikhail Kadilov m.kadilov@yadro.com --- pytest_tests/testsuites/object/test_object_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/testsuites/object/test_object_api.py b/pytest_tests/testsuites/object/test_object_api.py index 50c69e9..8aecf22 100755 --- a/pytest_tests/testsuites/object/test_object_api.py +++ b/pytest_tests/testsuites/object/test_object_api.py @@ -214,7 +214,7 @@ class TestObjectApi(ClusterTestBase): """ wallet = default_wallet - cid = create_container(wallet, self.shell, self.cluster.default_rpc_endpoint, self.PLACEMENT_RULE_1) + cid = create_container(wallet, self.shell, self.cluster.default_rpc_endpoint) file_path = generate_file(object_size.value) oid = put_object_to_random_node(wallet, file_path, cid, self.shell, self.cluster)