Skip to content

Commit cf9481d

Browse files
committed
Use better name in content test
1 parent 67366b8 commit cf9481d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sumologic/resource_sumologic_content_test.go

100755100644
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1010
)
1111

12-
//Testing create functionality for Content resources
1312
func TestAccContent_create(t *testing.T) {
1413
var content Content
1514

@@ -98,7 +97,7 @@ func testAccCheckContentDestroy(content Content) resource.TestCheckFunc {
9897

9998
var updateConfigJson = `{
10099
"type": "SavedSearchWithScheduleSyncDefinition",
101-
"name": "test-121",
100+
"name": "tf-content-scheduled-search-01",
102101
"search": {
103102
"queryText": "\"warn\"",
104103
"defaultTimeRange": "-15m",
@@ -139,7 +138,7 @@ var updateConfigJson = `{
139138

140139
var configJson = `{
141140
"type": "SavedSearchWithScheduleSyncDefinition",
142-
"name": "test-121",
141+
"name": "tf-content-scheduled-search-01",
143142
"search": {
144143
"queryText": "\"error\"",
145144
"defaultTimeRange": "-15m",

0 commit comments

Comments
 (0)