We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09537c6 commit 8af27acCopy full SHA for 8af27ac
httpclient/httpclient_rate_handler_test.go
@@ -22,7 +22,8 @@ func TestCalculateBackoff(t *testing.T) {
22
}
23
24
for _, tt := range tests {
25
- t.Run("RetryCount"+string(tt.retry), func(t *testing.T) {
+ t.Run("RetryCount"+strconv.Itoa(tt.retry), func(t *testing.T) {
26
+
27
delay := calculateBackoff(tt.retry)
28
29
// The delay should never exceed maxDelay
0 commit comments