diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-09-27 12:32:37 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-09-27 12:32:37 +0100 |
commit | 51e57d2c7201a6cab0e548eac8a5923c02eb603c (patch) | |
tree | bd9e0dd097273aeb0aa194e1b4ee141586aba373 /test/functional/lib | |
parent | 705f647b879a8c29219faa549862864fee8375c6 (diff) | |
download | rspamd-51e57d2c7201a6cab0e548eac8a5923c02eb603c.tar.gz rspamd-51e57d2c7201a6cab0e548eac8a5923c02eb603c.zip |
[Test] Trying to understand what's up with robot
Diffstat (limited to 'test/functional/lib')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 2 insertions, 0 deletions
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} |