Skip to content

Commit bfb03a6

Browse files
author
Krishna Agarwal
committed
SUMO-182757: nit
1 parent 9a6e568 commit bfb03a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_http_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func testAccCheckHTTPSourceValues(httpSource *HTTPSource, name, description, cat
251251
}
252252
}
253253

254-
func testAccSumologicHTTPSourceConfig(cName, cDescription, cCategory, sName, sDescription, sCategory, tName, tDescription, tCategory, kName, kDescription, kCategory string) string {
254+
func testAccSumologicHTTPSourceConfig(cName, cDescription, cCategory, sName, sDescription, sCategory, tName, tDescription, tCategory, kName, kDescription, kCategory, oName, oDescription, oCategory string) string {
255255
return fmt.Sprintf(`
256256
resource "sumologic_collector" "test" {
257257
name = "%s"

0 commit comments

Comments
 (0)