Skip to content

Commit 1617211

Browse files
committed
SUMO-220750: uses masked auth header to fix test
1 parent 925e07a commit 1617211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sumologic/resource_sumologic_connection_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ resource "sumologic_connection" "serviceNowTest" {
209209
description = "%s"
210210
url = "%s"
211211
headers = {
212-
"Authorization": "Basic SOMERANDOMAUTHSTRING"
212+
"Authorization": "********"
213213
}
214214
webhook_type = "ServiceNow"
215215
connection_subtype = "%s"
@@ -227,7 +227,7 @@ resource "sumologic_connection" "serviceNowTest" {
227227
description = "%s"
228228
url = "%s"
229229
headers = {
230-
"Authorization": "Basic SOMERANDOMAUTHSTRING"
230+
"Authorization": "********"
231231
}
232232
webhook_type = "ServiceNow"
233233
connection_subtype = "%s"

0 commit comments

Comments
 (0)