File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/unit/sagemaker/workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ def test_repack_model_step(estimator):
83
83
84
84
# ex: "gits3://my-bucket/sagemaker-scikit-learn-2025-04-07-20-39-38-854/source/sourcedir.tar.gz"
85
85
sagemaker_submit_directory = hyperparameters ["sagemaker_submit_directory" ]
86
- assert sagemaker_submit_directory .startswith (" \" s3://my-bucket/sagemaker-scikit-learn-" )
87
- assert sagemaker_submit_directory .endswith (" /source/sourcedir.tar.gz\" " )
86
+ assert sagemaker_submit_directory .startswith ('" s3://my-bucket/sagemaker-scikit-learn-' )
87
+ assert sagemaker_submit_directory .endswith (' /source/sourcedir.tar.gz"' )
88
88
89
89
del request_dict ["Arguments" ]["HyperParameters" ]
90
90
del request_dict ["Arguments" ]["AlgorithmSpecification" ]["TrainingImage" ]
You can’t perform that action at this time.
0 commit comments