mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix multimaster test
This commit is contained in:
parent
7727a43cc2
commit
680301504f
1 changed files with 1 additions and 1 deletions
|
@ -1691,7 +1691,7 @@ class Minion(MinionBase):
|
|||
timeout_handler = handle_timeout
|
||||
|
||||
# pylint: disable=unexpected-keyword-arg
|
||||
self._send_req_async(load, timeout, callback=lambda f: None)
|
||||
self._send_req_async(load, timeout)
|
||||
# pylint: enable=unexpected-keyword-arg
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue