Skip to content

Commit 8896365

Browse files
committed
fixup! 30a6042
1 parent de87bad commit 8896365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/tests/test_JobRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,6 @@ def test_log_job_output(self):
349349
r = self.create_runner()
350350
r.client_info['log_job_output'] = True
351351
proc = r.create_process(script.name, {}, devnull)
352-
r.read_process_output(proc, r.job_data["steps"][0], {})
352+
r.read_process_output(proc, r.job_data["steps"][0], {'step_num': 0})
353353
with open(os.path.join(r.client_info['log_dir'], 'job_1_0'), 'r') as f:
354354
self.assertEqual(f.readlines(), 'foo\nbar\n')

0 commit comments

Comments
 (0)