Update state unit tests to use new orchestration_jid param

This commit is contained in:
Erik Johnson 2016-07-29 12:17:16 -05:00
parent ef46751626
commit e32644f275

View File

@ -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
'''