From a320d3f098da3e2a8021422f2f848d0d0af89d49 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 10 May 2022 23:17:11 +0100 Subject: [PATCH] [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 -- 2.39.5