Skip to content

Commit 2a092e9

Browse files
committed
change(processing): update HFProcessor unit test
Update missed HuggingFaceProcessor unit test for the Pipelines fix
1 parent 84dce81 commit 2a092e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/huggingface/test_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _get_expected_args_modular_code(job_name, code_s3_uri=f"s3://{BUCKET_NAME}")
102102
"AppManaged": False,
103103
"S3Input": {
104104
"S3Uri": f"{code_s3_uri}/{job_name}/source/sourcedir.tar.gz",
105-
"LocalPath": "/opt/ml/processing/input/code/",
105+
"LocalPath": "/opt/ml/processing/input/code",
106106
"S3DataType": "S3Prefix",
107107
"S3InputMode": "File",
108108
"S3DataDistributionType": "FullyReplicated",

0 commit comments

Comments
 (0)