Explorar el Código

Correct header in rate limit test

Carson Hoffman hace 3 años
padre
commit
0f0aaad011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ratelimit_test.go

+ 1 - 1
ratelimit_test.go

@@ -57,7 +57,7 @@ func TestRatelimitGlobal(t *testing.T) {
 
 		headers.Set("X-RateLimit-Global", "1")
 		// Reset for approx 1 seconds from now
-		headers.Set("Retry-After", "1000")
+		headers.Set("X-RateLimit-Reset-After", "1")
 
 		err := bucket.Release(headers)
 		if err != nil {