Skip to content

Commit

Permalink
Merge pull request #314 from pixlise/feature/impersonate-user
Browse files Browse the repository at this point in the history
Fix test output
  • Loading branch information
pnemere authored Sep 16, 2024
2 parents 0e220c0 + 5407ff7 commit f36c27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd-line-tools/api-integration-test/testImage.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func doHTTPRequest(scheme string, method string, apiHost string, urlPath string,
bodyReader = io.NopCloser(reqBody)
}

fmt.Printf("Sending HTTP %v request: %v...", method, wsConnectUrl.String())
fmt.Printf("Sending HTTP %v request: %v...\n", method, wsConnectUrl.String())

client := &http.Client{}
req, err := http.NewRequest(method, wsConnectUrl.String(), bodyReader)
Expand Down

0 comments on commit f36c27c

Please sign in to comment.