From 51e57d2c7201a6cab0e548eac8a5923c02eb603c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 27 Sep 2024 12:32:37 +0100 Subject: [Test] Trying to understand what's up with robot --- test/functional/lib/rspamd.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index de4e5285f..68bcb66fb 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -106,6 +106,8 @@ Expect Added Header ... msg=add_headers block was not present in protocol response Dictionary Should Contain Key ${SCAN_RESULT}[milter][add_headers] ${header_name} ... msg=${header_name} was not added + Dictionary Should Contain Key ${SCAN_RESULT}[milter][add_headers][${header_name}] value + ... msg=no value field in ${header_name} index: ${SCAN_RESULT}[milter][add_headers][${header_name}] Should Be Equal ${SCAN_RESULT}[milter][add_headers][${header_name}][value] ${header_value} Should Be Equal as Numbers ${SCAN_RESULT}[milter][add_headers][${header_name}][order] ${pos} -- cgit v1.2.3