From 8ccf635506afc1bfc48e1d60e5abb66836a70373 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Wed, 3 Jul 2024 16:28:06 +0200 Subject: [PATCH] fix: test can not assume about what is done within extensions --- tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py b/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py index f9af0f78e93..5b89030f1cf 100644 --- a/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py +++ b/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py @@ -222,7 +222,7 @@ def test_chainWithBannedSites(): result = tqDB.retrieveTaskQueues() assert result["OK"] - assert result["Value"] == {} + assert tqId not in result["Value"] def test_chainWithPlatforms():