diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-05-10 23:17:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-05-10 23:17:11 +0100 |
commit | a320d3f098da3e2a8021422f2f848d0d0af89d49 (patch) | |
tree | 1314baf6bd274da748f75e4011401b9f9ff07aee /test | |
parent | f352f18cfb1448386a9c32a06042f4d94be13b27 (diff) | |
download | rspamd-a320d3f098da3e2a8021422f2f848d0d0af89d49.tar.gz rspamd-a320d3f098da3e2a8021422f2f848d0d0af89d49.zip |
[Test] Compare lists sorted...
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 36524dbe4..a5d5402fe 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -102,7 +102,7 @@ Expect Symbol With Exact Options [Arguments] ${symbol} @{options} Expect Symbol ${symbol} ${have_options} = Convert To List ${SCAN_RESULT}[symbols][${symbol}][options] - Lists Should Be Equal ${have_options} ${options} + Lists Should Be Equal ${have_options} ${options} ignore_order=True ... msg="Symbol ${symbol} has options ${SCAN_RESULT}[symbols][${symbol}][options] but expected ${options}" Expect Symbol With Option |