We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a49ba commit b588672Copy full SHA for b588672
tests/doc_tests/test_docs_links.py
@@ -32,7 +32,7 @@ def check_link(_url, branch_name):
32
try:
33
response = requests.get(_url)
34
print(f"[{response.status_code}] {_url}")
35
- if response.status_code == 249:
+ if response.status_code == 429:
36
print("Rate-limited! Headers:")
37
for k, v in response.headers.items():
38
if "rate" in k.lower() or "retry" in k.lower():
0 commit comments