Skip to content

Commit 1326181

Browse files
author
Payton Staub
committed
Fix unit tests
1 parent bf0899b commit 1326181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/sagemaker/workflow/test_step_collections.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ def test_register_model_with_model_repack_with_model(model, model_metrics):
532532
"sagemaker_container_log_level": "20",
533533
"sagemaker_job_name": repacker_job_name,
534534
"sagemaker_region": f'"{REGION}"',
535+
"dependencies": 'null',
536+
"source_dir": 'null'
535537
},
536538
"InputDataConfig": [
537539
{

0 commit comments

Comments
 (0)