From 319667147baa153e5738bf2616f8d2d585aeb933 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Thu, 31 Aug 2023 14:26:21 -0700 Subject: [PATCH] Update the first event tag. --- tests/pytests/integration/modules/test_pillar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/integration/modules/test_pillar.py b/tests/pytests/integration/modules/test_pillar.py index e7d17e70192..31a34c55f1e 100644 --- a/tests/pytests/integration/modules/test_pillar.py +++ b/tests/pytests/integration/modules/test_pillar.py @@ -670,7 +670,7 @@ def test_pillar_refresh_pillar_beacons( "saltutil.refresh_pillar", wait=True, minion_tgt=salt_minion.id ) - event_tag = f"salt/beacon/{salt_minion.id}/load/" + event_tag = f"salt/beacon/*/load/" start_time = time.time() event_pattern = (salt_master.id, event_tag)