Skip to content

Commit 12cc1eb

Browse files
committed
fix (test): Change MonitoringReporter to pytest
1 parent e6e2f44 commit 12cc1eb

File tree

2 files changed

+810
-823
lines changed

2 files changed

+810
-823
lines changed

src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ def sendPilotSubmissionAccounting(self, siteName, ceName, queueName, numTotal, n
13851385
return result
13861386

13871387
def sendPilotSubmissionMonitoring(self, siteName, ceName, queueName, numTotal, numSucceeded, status):
1388-
"""Send pilot submission accounting record
1388+
"""Sends pilot submission records to monitoring
13891389
13901390
:param str siteName: Site name
13911391
:param str ceName: CE name

0 commit comments

Comments
 (0)