mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30301 from cachedout/fix_state_tests
Accept whatever comes into hightstate mock for state tests
This commit is contained in:
commit
3a5a84a790
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class MockState(object):
|
|||
flag = False
|
||||
opts = {'state_top': ""}
|
||||
|
||||
def __init__(self, opts, pillar=None, mocked=None):
|
||||
def __init__(self, opts, pillar=None, *args, **kwargs):
|
||||
self.state = MockState.State(opts,
|
||||
pillar=pillar)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue