mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated test per reviewer's comments
This commit is contained in:
parent
3a9d28634c
commit
e7b5a4e0d8
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ from tests.support.mock import sentinel as s
|
|||
@pytest.fixture
|
||||
def configure_loader_modules(minion_opts):
|
||||
minion_opts["file_client"] = "local"
|
||||
minion_opts["master_uri"] = "tcp://127.0.0.1:4505"
|
||||
return {
|
||||
saltutil: {
|
||||
"__opts__": minion_opts,
|
||||
|
|
Loading…
Add table
Reference in a new issue