From 7ba2dbd9299cc938c187b3db133ac6d767cb1cd0 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 13 Jun 2022 14:32:30 +0200 Subject: [PATCH] tests: update http gap test to fixed size logic --- tests/http-gap-beyond-body/test.yaml | 2 +- tests/http-gap-whole-body/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/http-gap-beyond-body/test.yaml b/tests/http-gap-beyond-body/test.yaml index 5ec91f11d..81ad3c732 100644 --- a/tests/http-gap-beyond-body/test.yaml +++ b/tests/http-gap-beyond-body/test.yaml @@ -34,6 +34,6 @@ checks: count: 1 match: event_type: fileinfo - fileinfo.size: 0 + fileinfo.size: 12 fileinfo.state: "TRUNCATED" fileinfo.gaps: true diff --git a/tests/http-gap-whole-body/test.yaml b/tests/http-gap-whole-body/test.yaml index cdfbf47df..d61c3e7ee 100644 --- a/tests/http-gap-whole-body/test.yaml +++ b/tests/http-gap-whole-body/test.yaml @@ -39,7 +39,7 @@ checks: count: 1 match: event_type: fileinfo - fileinfo.size: 0 + fileinfo.size: 12 fileinfo.state: "TRUNCATED" fileinfo.gaps: true - filter: -- 2.47.2