[#248] Fix indirect param in 0.39

Signed-off-by: a.berezin <a.berezin@yadro.com>
support/v0.39
Andrey Berezin 2024-06-06 12:07:44 +03:00
parent c4bfcd531a
commit 1f182dfa97
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ class TestEACLFilters(ClusterTestBase):
@allure.title("Operations with allow eACL user headers filters (match_type={match_type}, obj_size={object_size})")
@pytest.mark.parametrize("match_type", [EACLMatchType.STRING_EQUAL, EACLMatchType.STRING_NOT_EQUAL])
@pytest.mark.parametrize("object_size", ["simple"])
@pytest.mark.parametrize("object_size", ["simple"], indirect=True)
def test_extended_acl_allow_filters_object(
self,
wallets: Wallets,