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 13505fd commit 12d314dCopy full SHA for 12d314d
tests/integ/test_workflow.py
@@ -508,7 +508,7 @@ def test_training_job_with_debugger(
508
execution_steps = execution.list_steps()
509
510
assert len(execution_steps) == 1
511
- assert execution_steps[0]["FailureReason"] == ""
+ assert execution_steps[0].get("FailureReason", "") == ""
512
assert execution_steps[0]["StepName"] == "pytorch-train"
513
assert execution_steps[0]["StepStatus"] == "Succeeded"
514
0 commit comments