Skip to content

Commit d621d6a

Browse files
committed
Address edge case
1 parent 0779a5b commit d621d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def test_mxnet_with_debugger_hook_config_disabled(
749749
job_description = mx.latest_training_job.describe()
750750

751751
assert job_description.get("DebugHookConfig") is None
752-
assert job_description.get("Environment", {}).get("USE_SMDEBUG") == "0"
752+
assert job_description.get("Environment", {}).get(DEBUGGER_FLAG) == "0"
753753

754754

755755
def _get_rule_evaluation_statuses(job_description):

0 commit comments

Comments
 (0)