Fix blackout tests afer refactor

This commit is contained in:
Daniel A. Wozniak 2023-07-25 01:33:55 -07:00 committed by Gareth J. Greenaway
parent ae1bec97b7
commit 3c788180ff

View file

@ -198,8 +198,6 @@ def ipc_publish_server(node, opts):
opts["sock_dir"], "minion_event_{}_pull.ipc".format(id_hash)
),
)
if os.path.exists(pub_path):
os.unlink(pub_path)
return publish_server(opts, **kwargs)