From f20b0a6516dd9b0ecd6101a1a31e9e53e81a1ff8 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 28 Jul 2022 07:46:10 +0200 Subject: [PATCH] tests: less strict fileinfo checks for bug-130 --- tests/bug-130/test.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/bug-130/test.yaml b/tests/bug-130/test.yaml index 8ff1858ba..8c7c6c6a8 100644 --- a/tests/bug-130/test.yaml +++ b/tests/bug-130/test.yaml @@ -126,13 +126,12 @@ checks: dest_ip: 10.100.0.8 dest_port: 44270 event_type: fileinfo - fileinfo: - filename: /publication/pub.home/home.html - gaps: false - size: 1483 - state: CLOSED - stored: false - tx_id: 0 + fileinfo.filename: /publication/pub.home/home.html + fileinfo.gaps: false + fileinfo.size: 1483 + fileinfo.state: CLOSED + fileinfo.stored: false + fileinfo.tx_id: 0 http: hostname: www.abcdefghij.com http_content_type: text/html -- 2.47.2