mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: use full path for event utils function
This commit is contained in:
parent
120c5446b7
commit
bee4948df1
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class TestEventListener(AsyncTestCase):
|
|||
self.stop()
|
||||
|
||||
with eventpublisher_process():
|
||||
me = event.MasterEvent(SOCK_DIR)
|
||||
me = salt.utils.event.MasterEvent(SOCK_DIR)
|
||||
event_listener = saltnado.EventListener({}, # we don't use mod_opts, don't save?
|
||||
{'sock_dir': SOCK_DIR,
|
||||
'transport': 'zeromq'})
|
||||
|
|
Loading…
Add table
Reference in a new issue