get_repo_subpath_params already returns a list

This commit is contained in:
MKLeb 2023-04-26 09:23:14 -04:00 committed by Gareth J. Greenaway
parent 759dbf2fe6
commit 8008417de9

View file

@ -111,7 +111,7 @@ def get_repo_subpath_params():
@pytest.fixture(
scope="module",
params=[get_repo_subpath_params()],
params=get_repo_subpath_params(),
)
def repo_subpath(request):
return request.param