mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test_event.py
This commit is contained in:
parent
7f9ce6945c
commit
4f8ef907cb
1 changed files with 0 additions and 10 deletions
|
@ -12,16 +12,6 @@ from tests.support.mock import MagicMock, patch
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
def minion_opts(minion_opts):
|
||||
minion_opts.update(
|
||||
{
|
||||
"id": "id",
|
||||
}
|
||||
)
|
||||
return minion_opts
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def configure_loader_modules(minion_opts):
|
||||
return {event: {"__opts__": minion_opts}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue