From 52239d808ca68736ea3d3b23825974fc596c2349 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 18 Jul 2023 15:16:43 -0700 Subject: [PATCH] Fix windows unit tests --- salt/beacons/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/beacons/__init__.py b/salt/beacons/__init__.py index b346c2a6483..c958087517a 100644 --- a/salt/beacons/__init__.py +++ b/salt/beacons/__init__.py @@ -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,