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 b225020 commit 64bfb14Copy full SHA for 64bfb14
test/integration/misc_test.go
@@ -49,7 +49,7 @@ func TestAPIMeta(t *testing.T) {
49
}
50
51
func TestRateLimits(t *testing.T) {
52
- limits, _, err := client.RateLimits(context.Background())
+ limits, _, err := client.RateLimit.Get(context.Background())
53
if err != nil {
54
t.Fatalf("RateLimits returned error: %v", err)
55
0 commit comments