@@ -1048,18 +1048,19 @@ def mock_upload_data(path, bucket, key_prefix):
1048
1048
1049
1049
model_trainer .train ()
1050
1050
1051
- mock_local_container .train .assert_called_once_with (
1052
- training_job_name = unique_name ,
1053
- instance_type = compute .instance_type ,
1054
- instance_count = compute .instance_count ,
1055
- image = training_image ,
1056
- container_root = local_container_root ,
1057
- sagemaker_session = modules_session ,
1058
- container_entry_point = DEFAULT_ENTRYPOINT ,
1059
- container_arguments = DEFAULT_ARGUMENTS ,
1060
- hyper_parameters = hyperparameters ,
1061
- environment = environment ,
1062
- )
1051
+ mock_local_container .assert_called_once_with (
1052
+ training_job_name = unique_name ,
1053
+ instance_type = compute .instance_type ,
1054
+ instance_count = compute .instance_count ,
1055
+ image = training_image ,
1056
+ container_root = local_container_root ,
1057
+ sagemaker_session = modules_session ,
1058
+ container_entrypoint = DEFAULT_ENTRYPOINT ,
1059
+ container_arguments = DEFAULT_ARGUMENTS ,
1060
+ input_data_config = ANY ,
1061
+ hyper_parameters = hyperparameters ,
1062
+ environment = environment ,
1063
+ )
1063
1064
1064
1065
1065
1066
def test_safe_configs ():
0 commit comments