mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix manage beaconds test on windows
This commit is contained in:
parent
fd8cf7875b
commit
1a0f8dd81b
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ def test_minion_manage_beacons(minion_opts):
|
|||
try:
|
||||
minion_opts["beacons"] = {}
|
||||
|
||||
io_loop = tornado.ioloop.IOLoop()
|
||||
io_loop = MagicMock()
|
||||
|
||||
mock_functions = {"test.ping": None}
|
||||
minion = salt.minion.Minion(minion_opts, io_loop=io_loop)
|
||||
|
|
Loading…
Add table
Reference in a new issue