From 1cb7794ea24f0f68994cb8b0308880a5d9dd296e Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Fri, 11 Jul 2025 18:49:58 -0300 Subject: [PATCH] tests: fix check in test bug 4571 03 The event_type field was missing for one of the checks. --- tests/bug-4571-03/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bug-4571-03/test.yaml b/tests/bug-4571-03/test.yaml index 034d6e772..8c71b12d0 100644 --- a/tests/bug-4571-03/test.yaml +++ b/tests/bug-4571-03/test.yaml @@ -32,6 +32,7 @@ checks: - filter: count: 1 match: + event_type: flow proto: IPv6 ip_v: 6 src_ip: 2001:0db8:85a3:0000:0000:8a2e:0370:7334 -- 2.47.3