From 1fb08e36c39e8fe78299b3dad4416425bd8e2eb4 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Mon, 27 Feb 2023 18:28:56 +0100 Subject: [PATCH] Fixing comments changed by auto replace imports Signed-off-by: Aleksei Chetaev --- pytest_tests/helpers/object_access.py | 4 ++-- pytest_tests/helpers/utility.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pytest_tests/helpers/object_access.py b/pytest_tests/helpers/object_access.py index bc6d193..905487f 100644 --- a/pytest_tests/helpers/object_access.py +++ b/pytest_tests/helpers/object_access.py @@ -31,7 +31,7 @@ def can_get_object( wallet_config: Optional[str] = None, xhdr: Optional[dict] = None, ) -> bool: - with allure.step("Try get object from pytest_tests.helpers.container"): + with allure.step("Try get object from container"): try: got_file_path = get_object_from_random_node( wallet, @@ -94,7 +94,7 @@ def can_delete_object( wallet_config: Optional[str] = None, xhdr: Optional[dict] = None, ) -> bool: - with allure.step("Try delete object from pytest_tests.helpers.container"): + with allure.step("Try delete object from container"): try: delete_object( wallet, diff --git a/pytest_tests/helpers/utility.py b/pytest_tests/helpers/utility.py index 9fd37b8..a69d72f 100644 --- a/pytest_tests/helpers/utility.py +++ b/pytest_tests/helpers/utility.py @@ -8,7 +8,7 @@ from pytest_tests.resources.common import STORAGE_GC_TIME def placement_policy_from_container(container_info: str) -> str: """ - Get placement policy from pytest_tests.helpers.container info: + Get placement policy from container info: container ID: j7k4auNHRmiPMSmnH2qENLECD2au2y675fvTX6csDwd version: 2.12