mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix fixture
This commit is contained in:
parent
d19547bc30
commit
39d62287d8
1 changed files with 1 additions and 3 deletions
|
@ -7,8 +7,6 @@ import textwrap
|
|||
import pytest
|
||||
|
||||
import salt.modules.iosconfig as iosconfig
|
||||
|
||||
# Import Salt modules
|
||||
from salt.utils.odict import OrderedDict
|
||||
|
||||
|
||||
|
@ -78,7 +76,7 @@ def merge_config():
|
|||
|
||||
@pytest.fixture
|
||||
def configure_loader_modules():
|
||||
return {}
|
||||
return {iosconfig: {}}
|
||||
|
||||
|
||||
def test_tree(running_config):
|
||||
|
|
Loading…
Add table
Reference in a new issue