Skip to content

Commit

Permalink
semgrep function for rds_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTylerLynch committed Dec 12, 2023
1 parent 6caa238 commit 1bb274c
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 @@ -623,7 +623,7 @@ func TestAccRDSInstance_allowMajorVersionUpgrade(t *testing.T) {
})
}

func TestAccRDSInstance_Db2_basic(t *testing.T) {
func TestAccRDSInstance_Db2_basic(t *testing.T) { // nosemgrep:ci.caps5-in-func-name
ctx := acctest.Context(t)
if testing.Short() {
t.Skip("skipping long-running test in short mode")
Expand Down

0 comments on commit 1bb274c

Please sign in to comment.