Skip to content

Commit

Permalink
Merge pull request #30301 from cachedout/fix_state_tests
Browse files Browse the repository at this point in the history
Accept whatever comes into hightstate mock for state tests
  • Loading branch information
Mike Place committed Jan 12, 2016
2 parents 8438d19 + 2c62b46 commit 3a5a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/modules/state_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class HighState(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)

Expand Down

0 comments on commit 3a5a84a

Please sign in to comment.