Skip to content

Commit 9bce963

Browse files
committed
fix: remove refs to setup in a test
1 parent c7b7e2a commit 9bce963

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_PilotLoggingAgent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def pla(mocker, plaBase):
7979
def test_initialize(plaBase):
8080
res = plaBase.initialize()
8181
assert plaBase.voList == plaModule.getVOs()["Value"]
82-
assert plaBase.setup is not None
8382
assert res == S_OK()
8483

8584

0 commit comments

Comments
 (0)