mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing parens from pytest.fixture.
This commit is contained in:
parent
5c5f484627
commit
5ebf18260c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ textfsm = pytest.importorskip(
|
|||
)
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
@pytest.fixture
|
||||
def configure_loader_modules():
|
||||
return {textfsm_mod: {"__opts__": {}}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue