[#320] Fix local import #320

Merged
abereziny merged 1 commit from abereziny/frostfs-testcases:bugfix-local-import into support/v0.40 2024-11-12 07:43:22 +00:00
Showing only changes of commit 437fea8c62 - Show all commits

View file

@ -10,8 +10,6 @@ from frostfs_testlib.testing.cluster_test_base import ClusterTestBase
from frostfs_testlib.testing.test_control import expect_not_raises from frostfs_testlib.testing.test_control import expect_not_raises
from frostfs_testlib.utils.file_utils import TestFile from frostfs_testlib.utils.file_utils import TestFile
from pytest_tests.helpers.object_access import OBJECT_NO_ACCESS
from ....helpers.bearer_token import create_bearer_token from ....helpers.bearer_token import create_bearer_token
from ....helpers.container_access import ( from ....helpers.container_access import (
ALL_OBJECT_OPERATIONS, ALL_OBJECT_OPERATIONS,
@ -21,7 +19,7 @@ from ....helpers.container_access import (
assert_no_access_to_container, assert_no_access_to_container,
) )
from ....helpers.container_spec import ContainerSpec from ....helpers.container_spec import ContainerSpec
from ....helpers.object_access import OBJECT_ACCESS_DENIED from ....helpers.object_access import OBJECT_ACCESS_DENIED, OBJECT_NO_ACCESS
@pytest.mark.nightly @pytest.mark.nightly