Skip to content

Commit 2971058

Browse files
author
Vishal Sahu
committed
Don't use default value for retention_period in test
1 parent e58fa95 commit 2971058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sumologic/resource_sumologic_partition_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ resource "sumologic_partition" "foo" {
9090
name = "terraform_acctest_%s"
9191
routing_expression = "_sourcecategory=*/Terraform"
9292
is_compliant = false
93+
retention_period = 30
9394
}
9495
`, testName)
9596
}

0 commit comments

Comments
 (0)