From d33dddb1d0284573ecbf62a4bcf61f63bb03046a Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 9 Jul 2025 15:39:57 +0200 Subject: [PATCH] doh: test that we do not have dns event without dns Ticket: 7740 --- tests/dns-over-http2/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/dns-over-http2/test.yaml b/tests/dns-over-http2/test.yaml index 433e26dcc..457857aea 100644 --- a/tests/dns-over-http2/test.yaml +++ b/tests/dns-over-http2/test.yaml @@ -59,3 +59,9 @@ checks: event_type: flow app_proto: doh2 app_proto_orig: http2 + - filter: + min-version: 8.0.1 + count: 0 + match: + event_type: dns + not-has-key: dns -- 2.47.2