We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f90275 commit b62421cCopy full SHA for b62421c
sumologic/resource_sumologic_scheduled_view_test.go
@@ -13,8 +13,8 @@ import (
13
// TestAccSumologicScheduledView_basic tests the creation and basic reading of a scheduled view.
14
func TestAccSumologicScheduledView_basic(t *testing.T) {
15
resourceName := "sumologic_scheduled_view.test_scheduled_view"
16
- name := acctest.RandomWithPrefix("tf-test-scheduled-view-")
17
- nameNoTimeZone := acctest.RandomWithPrefix("tf-test-scheduled-view-no-tz")
+ name := acctest.RandomWithPrefix("tf_test_scheduled_view_")
+ nameNoTimeZone := acctest.RandomWithPrefix("tf_test_scheduled_view_no_tz")
18
initialQuery := "_sourceCategory=terraform/test/scheduledview/basic | count by _source"
19
initialTimeZone := "America/Los_Angeles"
20
initialRetention := 30 // days
0 commit comments