Skip to content

Commit

Permalink
fix: fix/add-insecure-homerun-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Jan 21, 2025
1 parent 7b35cf7 commit 0ed3fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/homerun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestSendToHomerun(t *testing.T) {
renderedBody := []byte(`{"message":"hello"}`)

// CALL THE FUNCTION
response, resp := SendToHomerun(destination, token, renderedBody)
response, resp := SendToHomerun(destination, token, renderedBody, true)

fmt.Println(resp)
defer resp.Body.Close()
Expand Down

0 comments on commit 0ed3fb2

Please sign in to comment.