Skip to content

Commit 93671a5

Browse files
Fix failing integ test
1 parent 6a252f9 commit 93671a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_sagemaker_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def test_sagemaker_config_cross_context_injection(
344344
"InferenceExecutionConfig": {"Mode": "Serial"},
345345
"ExecutionRoleArn": role_arn, # from sagemaker_config
346346
"EnableNetworkIsolation": True, # from sagemaker_config
347+
"DeploymentRecommendation": {"RecommendationStatus": "NOT_APPLICABLE"},
347348
}
348349

349350
expected_endpoint_1 = {

0 commit comments

Comments
 (0)