From fcefdb587c4e2dd41fdfb0dd4387164e2437a326 Mon Sep 17 00:00:00 2001 From: Derek Horton Date: Wed, 17 Jan 2024 09:36:50 -0600 Subject: [PATCH] go fmt --- .../tests/private/highLevelConnectionStatus_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/api/tests/private/highLevelConnectionStatus_test.go b/internal/api/tests/private/highLevelConnectionStatus_test.go index 754603ce..355000bb 100644 --- a/internal/api/tests/private/highLevelConnectionStatus_test.go +++ b/internal/api/tests/private/highLevelConnectionStatus_test.go @@ -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)