tests.integration: pass opts as a dict

This commit is contained in:
Justin Findlay 2016-10-20 14:16:16 -06:00
parent 7ef10f6de6
commit 1d503f032c

View File

@ -184,7 +184,7 @@ class TestDaemon(object):
'''
# Setup the multiprocessing logging queue listener
salt_log_setup.setup_multiprocessing_logging_listener(
self.parser.options
vars(self.parser.options)
)
# Set up PATH to mockbin