Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Jan 17, 2024
1 parent 29226bd commit fcefdb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/api/tests/private/highLevelConnectionStatus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import (

func getConnectionStatus(payload ApiInternalHighlevelConnectionStatusJSONRequestBody) (*HighLevelRecipientStatus, *ApiInternalHighlevelConnectionStatusResponse) {
orgId := "12345"
// Build a test client that passes an identity header because the high
// level interface requires the identity header
identityPassingClient := &Client{
Server: common.TestServer,
Client: common.TestClient,
// Build a test client that passes an identity header because the high
// level interface requires the identity header
identityPassingClient := &Client{
Server: common.TestServer,
Client: common.TestClient,
RequestEditor: common.TestRequestEditor,
}
ctx := common.ContextWithIdentity(orgId)
Expand Down

0 comments on commit fcefdb5

Please sign in to comment.