From c537983e9a1803965aa163b4d8854baf7aa0f41c Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 20 Jun 2023 17:28:40 +0200 Subject: [PATCH] Fix test to use http object instead of http2 --- tests/http2-deflate/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/http2-deflate/test.yaml b/tests/http2-deflate/test.yaml index d6550a46f..338c40895 100644 --- a/tests/http2-deflate/test.yaml +++ b/tests/http2-deflate/test.yaml @@ -15,7 +15,8 @@ checks: count: 1 match: event_type: fileinfo - http2.length: 30 + http.length: 30 + http.version: "2" fileinfo.size: 20 - filter: count: 0 -- 2.47.2