diff --git a/pytest_tests/testsuites/object/test_object_api.py b/pytest_tests/testsuites/object/test_object_api.py index ac53c01..36d3ca1 100755 --- a/pytest_tests/testsuites/object/test_object_api.py +++ b/pytest_tests/testsuites/object/test_object_api.py @@ -463,6 +463,7 @@ class TestObjectApi(ClusterTestBase): ) @allure.title("Trying to execute object get range hash command on node from container and node not from container") + @pytest.mark.grpc_api def test_object_get_range_hash_with_different_nodes(self, default_wallet: str, object_size: ObjectSize): """ Validate get range hash command with node from container and node not from container @@ -503,6 +504,7 @@ class TestObjectApi(ClusterTestBase): @allure.title("Trying to execute object get range hash command on node from container and node not from container") + @pytest.mark.grpc_api def test_object_get_range_with_different_nodes(self, default_wallet: str, object_size: ObjectSize): """ Validate get range command with node from container and node not from container