Skip to content

Commit

Permalink
tests/r/s3_bucket_object: Add errorcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jul 13, 2021
1 parent 76e6415 commit efc078e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_s3_bucket_object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ func TestAccAWSS3BucketObject_sourceHashTrigger(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ErrorCheck: testAccErrorCheck(t, s3.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSS3BucketObjectDestroy,
Steps: []resource.TestStep{
Expand Down

0 comments on commit efc078e

Please sign in to comment.