[#320] Fix local import

Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2024-11-12 10:38:26 +03:00
parent 1825aeebbf
commit 437fea8c62

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