Commit 7d2877fb by Michael DeHaan

Merge pull request #742 from willthames/fix_test_one

fixing test_one
parents 8700de96 845a7ac5
......@@ -33,7 +33,7 @@ class TestCallbacks(object):
def on_setup(self):
EVENTS.append([ 'primary_setup' ])
def on_skipped(self, host):
def on_skipped(self, host, item=None):
EVENTS.append([ 'skipped', [ host ]])
def on_import_for_host(self, host, filename):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment