Skip to content

Commit

Permalink
Fix semgrep 'ci.acceptance-test-naming-parent-disappears'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 29, 2023
1 parent aeb2ef3 commit 257f105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/service/s3/object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ func TestAccS3Object_directoryBucket(t *testing.T) {
})
}

func TestAccS3Object_DirectoryBucket_disappears(t *testing.T) {
func TestAccS3Object_DirectoryBucket_disappears(t *testing.T) { // nosemgrep:ci.acceptance-test-naming-parent-disappears
ctx := acctest.Context(t)
var obj s3.GetObjectOutput
resourceName := "aws_s3_object.object"
Expand Down Expand Up @@ -2706,6 +2706,8 @@ resource "aws_s3_directory_bucket" "test" {
location {
name = local.location_name
}
force_destroy = true
}
resource "aws_s3_object" "object" {
Expand Down

0 comments on commit 257f105

Please sign in to comment.