Skip to content

Commit 4903d9b

Browse files
fix: Fix failing integ test (#3889)
1 parent b5b133a commit 4903d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_sagemaker_config.py

+1
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)