Skip to content

Commit

Permalink
disable test debug output again
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Jan 31, 2024
1 parent dd6c940 commit 49b4826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestClient() *metalv1.APIClient {
configuration.AddDefaultHeader("X-Auth-Token", os.Getenv("METAL_AUTH_TOKEN"))
configuration.UserAgent = fmt.Sprintf("metal-cli/test-helper %s", configuration.UserAgent)
// For debug purpose
configuration.Debug = true
// configuration.Debug = true
apiClient := metalv1.NewAPIClient(configuration)
return apiClient
}
Expand Down

0 comments on commit 49b4826

Please sign in to comment.