commit a320d3f: [Test] Compare lists sorted...

Vsevolod Stakhov vsevolod at rspamd.com
Tue May 10 22:21:03 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-05-10 23:17:11 +0100
URL: https://github.com/rspamd/rspamd/commit/a320d3f098da3e2a8021422f2f848d0d0af89d49 (HEAD -> master)

[Test] Compare lists sorted...

---
 test/functional/lib/rspamd.robot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Commits mailing list