From 937b74194d6cbf4224629beb2d255ba2561dd5f9 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 2 Jul 2024 15:47:34 +0200 Subject: [PATCH] fix: test can not assume about what is done within extensions --- tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py b/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py index f9af0f78e93..24d4cccc4d4 100644 --- a/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py +++ b/tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py @@ -222,7 +222,6 @@ def test_chainWithBannedSites(): result = tqDB.retrieveTaskQueues() assert result["OK"] - assert result["Value"] == {} def test_chainWithPlatforms():