Skip to content

Commit

Permalink
semgrep ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTylerLynch committed Dec 12, 2023
1 parent 8bd0b30 commit f33fdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/rds/instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6322,7 +6322,7 @@ resource "aws_db_instance" "test" {
`, rName))
}

func testAccInstanceConfig_Db2engine(rName, customerId, siteId string) string {
func testAccInstanceConfig_Db2engine(rName, customerId, siteId string) string { // nosemgrep:ci.caps5-in-func-name
return acctest.ConfigCompose(
testAccInstanceConfig_orderableClassDb2(),
fmt.Sprintf(`
Expand Down

0 comments on commit f33fdc6

Please sign in to comment.