From 2f89d59aa5c27975dc006759a57978b97701457a Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 24 Sep 2025 13:42:19 +0200 Subject: [PATCH] btest/plugins/publish-event-hook: Use Broker explicitly --- testing/btest/plugins/publish-event-hook.zeek | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/btest/plugins/publish-event-hook.zeek b/testing/btest/plugins/publish-event-hook.zeek index 704a1ccc59..118034a0f6 100644 --- a/testing/btest/plugins/publish-event-hook.zeek +++ b/testing/btest/plugins/publish-event-hook.zeek @@ -6,6 +6,7 @@ redef allow_network_time_forward = F; +redef Cluster::backend = Cluster::CLUSTER_BACKEND_BROKER; module App;