File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99 "github.com/hashicorp/terraform-plugin-sdk/terraform"
1010)
1111
12- //Testing create functionality for Content resources
1312func TestAccContent_create (t * testing.T ) {
1413 var content Content
1514
@@ -98,7 +97,7 @@ func testAccCheckContentDestroy(content Content) resource.TestCheckFunc {
9897
9998var 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
140139var configJson = `{
141140 "type": "SavedSearchWithScheduleSyncDefinition",
142- "name": "test-121 ",
141+ "name": "tf-content-scheduled-search-01 ",
143142 "search": {
144143 "queryText": "\"error\"",
145144 "defaultTimeRange": "-15m",
You can’t perform that action at this time.
0 commit comments