We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6c940 commit 49b4826Copy full SHA for 49b4826
test/helper/helper.go
@@ -28,7 +28,7 @@ func TestClient() *metalv1.APIClient {
28
configuration.AddDefaultHeader("X-Auth-Token", os.Getenv("METAL_AUTH_TOKEN"))
29
configuration.UserAgent = fmt.Sprintf("metal-cli/test-helper %s", configuration.UserAgent)
30
// For debug purpose
31
- configuration.Debug = true
+ // configuration.Debug = true
32
apiClient := metalv1.NewAPIClient(configuration)
33
return apiClient
34
}
0 commit comments