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):
8383
8484 # ex: "gits3://my-bucket/sagemaker-scikit-learn-2025-04-07-20-39-38-854/source/sourcedir.tar.gz"
8585 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"' )
8888
8989 del request_dict ["Arguments" ]["HyperParameters" ]
9090 del request_dict ["Arguments" ]["AlgorithmSpecification" ]["TrainingImage" ]
You can’t perform that action at this time.
0 commit comments