Skip to content

Commit a338439

Browse files
committed
Fixes to fields provider
1 parent 3d37e19 commit a338439

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sumologic/resource_sumologic_field_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ resource "sumologic_field" "test" {
116116
`, fieldName, dataType, state)
117117
}
118118

119-
func testAccSumologicFieldUpdate(fieldName string, dataType string, state string) string {
120-
return fmt.Sprintf(`
121-
resource "sumologic_field" "test" {
122-
field_name = "%s"
123-
data_type = "%s"
124-
state = "%s"
125-
}
126-
`, fieldName, dataType, state)
127-
}
128-
129119
func testAccCheckFieldAttributes(name string) resource.TestCheckFunc {
130120
return func(s *terraform.State) error {
131121
f := resource.ComposeTestCheckFunc(

0 commit comments

Comments
 (0)