Skip to content

Commit

Permalink
Run 'make fix-constants PKG=bedrockagent'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 18, 2024
1 parent d6f345a commit 87b1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/bedrockagent/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestAccBedrockAgentAgent_full(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "agent_name", rName),
resource.TestCheckResourceAttr(resourceName, "prompt_override_configuration.#", acctest.Ct1),
resource.TestCheckResourceAttr(resourceName, names.AttrDescription, "basic claude"),
resource.TestCheckResourceAttr(resourceName, "skip_resource_in_use_check", "true"),
resource.TestCheckResourceAttr(resourceName, "skip_resource_in_use_check", acctest.CtTrue),
),
},
{
Expand Down

0 comments on commit 87b1d55

Please sign in to comment.