Skip to content

Commit 49b4826

Browse files
committed
disable test debug output again
1 parent dd6c940 commit 49b4826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestClient() *metalv1.APIClient {
2828
configuration.AddDefaultHeader("X-Auth-Token", os.Getenv("METAL_AUTH_TOKEN"))
2929
configuration.UserAgent = fmt.Sprintf("metal-cli/test-helper %s", configuration.UserAgent)
3030
// For debug purpose
31-
configuration.Debug = true
31+
// configuration.Debug = true
3232
apiClient := metalv1.NewAPIClient(configuration)
3333
return apiClient
3434
}

0 commit comments

Comments
 (0)