Skip to content

Commit fec9390

Browse files
authored
Added missing cloudformation attribute assertion in nova contract test (#136)
*Description of changes:* Added missing cloudformation_primary_identifier assertion in Amazon nova contract test By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent c7e77ec commit fec9390

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)