From 694a2c7de758a94c96babea7393ceff20d56b87f Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 31 May 2023 13:16:15 +0530 Subject: [PATCH] ftp: fix command_data length --- tests/ftp/ftp-too-long-command/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ftp/ftp-too-long-command/test.yaml b/tests/ftp/ftp-too-long-command/test.yaml index f59c0cd42..3336d8883 100644 --- a/tests/ftp/ftp-too-long-command/test.yaml +++ b/tests/ftp/ftp-too-long-command/test.yaml @@ -5,7 +5,7 @@ checks: match: event_type: ftp ftp.command: RETR - ftp.command_data.__len: 4090 + ftp.command_data.__len: 4091 ftp.command_truncated: true ftp.reply_truncated: false -- 2.47.2