Skip to content

Commit 0e7c655

Browse files
author
maelorn
committed
typo
1 parent 086e463 commit 0e7c655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_agent_force_terminate(worker):
295295

296296
def test_agent_multiple_processes(worker):
297297
worker.start(agent=True, flags="--worker_group xxx --orchestrate_interval=1 --report_interval=1")
298-
pids_before = psutil.pids()g
298+
pids_before = psutil.pids()
299299

300300
connections.mongodb_jobs.mrq_workergroups.insert_one({
301301
"_id": "xxx",

0 commit comments

Comments
 (0)