Skip to content

Commit 010b333

Browse files
committed
added missing cfn attribute assertion in nova contract tests
1 parent c7e77ec commit 010b333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contract-tests/tests/test/amazon/aws-sdk/aws_sdk_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ def test_bedrock_runtime_invoke_model_amazon_nova(self):
480480
remote_operation="InvokeModel",
481481
remote_resource_type="AWS::Bedrock::Model",
482482
remote_resource_identifier='amazon.nova-pro-v1:0',
483+
cloudformation_primary_identifier="amazon.nova-pro-v1:0",
483484
request_specific_attributes={
484485
_GEN_AI_REQUEST_MODEL: 'amazon.nova-pro-v1:0',
485486
_GEN_AI_REQUEST_MAX_TOKENS: 800,

0 commit comments

Comments
 (0)