mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix windows unit tests
This commit is contained in:
parent
1a0f8dd81b
commit
52239d808c
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class Beacon:
|
|||
self.opts["beacons"].update(data)
|
||||
|
||||
# Fire the complete event back along with updated list of beacons
|
||||
with salt.utils.event.get_event("minion", opts=self.opts) as evt:
|
||||
with salt.utils.event.get_event("minion", opts=self.opts, listen=False) as evt:
|
||||
evt.fire_event(
|
||||
{
|
||||
"complete": complete,
|
||||
|
|
Loading…
Add table
Reference in a new issue