mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
get_repo_subpath_params
already returns a list
This commit is contained in:
parent
759dbf2fe6
commit
8008417de9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue