Skip to content

Commit e2c4a73

Browse files
committed
fix tests
1 parent e24c453 commit e2c4a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sumologic/resource_sumologic_s3_archive_source_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestAccSumologicS3ArchiveSource_update(t *testing.T) {
4646
cName, cDescription, cCategory := getRandomizedParams()
4747
sName, sDescription, sCategory := getRandomizedParams()
4848
sNameUpdated, sDescriptionUpdated, sCategoryUpdated := getRandomizedParams()
49-
s3ResourceName := "sumologic_s3_source.s3"
49+
s3ResourceName := "sumologic_s3_archive_source.s3_archive"
5050
testAwsRoleArn := os.Getenv("SUMOLOGIC_TEST_ROLE_ARN")
5151
testAwsBucket := os.Getenv("SUMOLOGIC_TEST_BUCKET_NAME")
5252
resource.Test(t, resource.TestCase{
@@ -157,7 +157,7 @@ resource "sumologic_collector" "test" {
157157
description = "%s"
158158
category = "%s"
159159
}
160-
resource "sumologic_s3_archive_source" "s3" {
160+
resource "sumologic_s3_archive_source" "s3_archive" {
161161
name = "%s"
162162
description = "%s"
163163
category = "%s"

0 commit comments

Comments
 (0)