We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe09e19 commit d2f99c0Copy full SHA for d2f99c0
tests/Integration/WorkloadManagementSystem/Test_Client_WMS.py
@@ -444,7 +444,7 @@ def test_JobStateUpdateAndJobMonitoringMultiple(lfn: str) -> None:
444
assert res["Value"]["Status"] == JobStatus.MATCHED
445
assert res["Value"]["MinorStatus"] == "MinorStatus-matched"
446
447
- res = jobStateUpdateClient.setJobAttribute(jobID, "Status", JobStatus.RUNNING)
+ res = jobStateUpdateClient.setJobStatus(jobID, JobStatus.RUNNING)
448
assert res["OK"], res["Message"]
449
450
res = jobMonitoringClient.getJobSummary(int(jobID))
0 commit comments