Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Jan 11, 2024
1 parent e7c0231 commit 7c0db1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudconnexa/cloudconnexa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func setupMockServer() *httptest.Server {
switch r.URL.Path {
case "/api/beta/oauth/token":
if r.Method == "POST" {
log.Println("Mock server: received POST request for token")
w.Header().Set("Content-Type", "application/json")
response := Credentials{AccessToken: "mocked-token"}
err := json.NewEncoder(w).Encode(response)
Expand Down

0 comments on commit 7c0db1b

Please sign in to comment.