Browse Source
[Test] Trying to understand what's up with robot
pull/5161/head
Vsevolod Stakhov
1 year ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
2 additions and
0 deletions
-
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} |
|
|
|
|
|
|
|
|