Skip to content

Commit 3f4e6ae

Browse files
committed
Fix 'TestAccBedrockAgentCoreHarness_model_bedrock'.
1 parent 3f763b8 commit 3f4e6ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/service/bedrockagentcore/harness_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ func TestAccBedrockAgentCoreHarness_model_bedrock(t *testing.T) {
276276
ImportState: true,
277277
ImportStateVerify: true,
278278
ImportStateVerifyIdentifierAttribute: "harness_id",
279+
ImportStateVerifyIgnore: []string{"model.0.bedrock_model_config.0.temperature", "model.0.bedrock_model_config.0.top_p"},
279280
},
280281
},
281282
})

0 commit comments

Comments
 (0)