mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
It's no longer necessary to pass request
This commit is contained in:
parent
237957c2ec
commit
1bdcbfea0a
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ def tls_test_data():
|
|||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def setup_loader(request):
|
||||
def setup_loader():
|
||||
setup_loader_modules = {tls: {}}
|
||||
with pytest.helpers.loader_mock(request, setup_loader_modules) as loader_mock:
|
||||
with pytest.helpers.loader_mock(setup_loader_modules) as loader_mock:
|
||||
yield loader_mock
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue