[#247] Fix indirect param in master
DCO check / Commits Check (pull_request) Has been cancelled Details

Signed-off-by: a.berezin <a.berezin@yadro.com>
pull/247/head
Andrey Berezin 2024-06-06 12:04:59 +03:00
parent 6d68d14461
commit 564fb53f7c
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,