Skip to content

Commit 54ccf32

Browse files
authored
Merge pull request #262 from SumoLogic/rohit-fix-connections-test-errors
SUMO-172188: fixing connections tests
2 parents fa03f3a + d0ed2c3 commit 54ccf32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sumologic/resource_sumologic_connection_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ resource "sumologic_connection" "serviceNowTest" {
193193
type = "%s"
194194
description = "%s"
195195
url = "%s"
196+
headers = {
197+
"Authorization": "Basic SOMERANDOMAUTHSTRING"
198+
}
196199
webhook_type = "ServiceNow"
197200
connection_subtype = "%s"
198201
default_payload = <<JSON

0 commit comments

Comments
 (0)