Skip to content

Commit

Permalink
Merge pull request #35902 from hashicorp/b-s3-object-copy
Browse files Browse the repository at this point in the history
resource/aws_s3_object_copy: Fixes acceptance test
  • Loading branch information
gdavison committed Mar 4, 2024
2 parents b1d659e + 7777745 commit b0b511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/s3/object_copy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func TestAccS3ObjectCopy_basicViaAccessPoint(t *testing.T) {
resource.TestCheckNoResourceAttr(resourceName, "source_customer_algorithm"),
resource.TestCheckNoResourceAttr(resourceName, "source_customer_key"),
resource.TestCheckNoResourceAttr(resourceName, "source_customer_key_md5"),
resource.TestCheckResourceAttrSet(resourceName, "source_version_id"),
resource.TestCheckResourceAttr(resourceName, "source_version_id", ""),
resource.TestCheckResourceAttr(resourceName, "storage_class", "STANDARD"),
resource.TestCheckNoResourceAttr(resourceName, "tagging_directive"),
resource.TestCheckResourceAttr(resourceName, "tags.%", "0"),
Expand Down

0 comments on commit b0b511e

Please sign in to comment.