diff --git a/src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_PilotLoggingAgent.py b/src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_PilotLoggingAgent.py index 2776a0f5042..2e7939e48b6 100644 --- a/src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_PilotLoggingAgent.py +++ b/src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_PilotLoggingAgent.py @@ -79,7 +79,6 @@ def pla(mocker, plaBase): def test_initialize(plaBase): res = plaBase.initialize() assert plaBase.voList == plaModule.getVOs()["Value"] - assert plaBase.setup is not None assert res == S_OK()