We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d5a1b commit dd0f86cCopy full SHA for dd0f86c
cmd/atlas/internal/cloudapi/client.go
@@ -59,7 +59,6 @@ func New(endpoint, token string) *Client {
59
// Disable logging until "ATLAS_DEBUG" option will be added.
60
client.Logger = nil
61
// Keep retry short for unit/integration tests.
62
- // Keep retry short for unit/integration tests.
63
if testing.Testing() || testingURL(endpoint) {
64
client.HTTPClient.Timeout = 0
65
client.RetryWaitMin, client.RetryWaitMax = 0, time.Microsecond
0 commit comments