Skip to content

Commit e540a17

Browse files
committed
Reduce number of queries for rate limit
1 parent cbbd348 commit e540a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_graphql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_fetch_user_list():
2626
assert naruto.score == 70
2727

2828
def test_too_many_requests():
29-
for i in range(200):
29+
for i in range(100):
3030
graphql.fetch_user_list()
3131

3232
def test_search_by_id():

0 commit comments

Comments
 (0)