Skip to content

Commit 44c6b06

Browse files
Improved local test example with mock
1 parent 330e1f3 commit 44c6b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_local_training():
2525
f"""
2626
Compare with https://github.com/aws/amazon-sagemaker-examples/tree/main/advanced_functionality/scikit_bring_your_own/container/local_test .
2727
"""
28-
assert training_environment.SAGEMAKER_BASE_PATH == "/opt/ml", "default path should be /opt/ml"
28+
assert training_environment.SAGEMAKER_BASE_PATH == "/opt/ml", "default path should be /opt/ml"
2929
assert training_environment.base_dir.endswith("/opt_ml"), "override path should end with /opt_ml"
3030

3131
test_util._clean_training_opt_ml_dir()

0 commit comments

Comments
 (0)