mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Update state unit tests to use new orchestration_jid param
This commit is contained in:
parent
ef46751626
commit
e32644f275
@ -67,7 +67,7 @@ class MockState(object):
|
||||
return list
|
||||
|
||||
@staticmethod
|
||||
def call_high(data):
|
||||
def call_high(data, orchestration_jid=None):
|
||||
'''
|
||||
Mock call_high method
|
||||
'''
|
||||
@ -216,7 +216,7 @@ class MockState(object):
|
||||
|
||||
@staticmethod
|
||||
def call_highstate(exclude, cache, cache_name, force=None,
|
||||
whitelist=None):
|
||||
whitelist=None, orchestration_jid=None):
|
||||
'''
|
||||
Mock call_highstate method
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user