Skip to content

Commit 037ee1c

Browse files
author
Ofir Gordon
committed
test links checker
1 parent 54ff18f commit 037ee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/doc_tests/test_docs_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def check_link(_url, branch_name):
4646
return True
4747
else:
4848
try:
49-
response = requests.head(_url)
49+
response = requests.get(_url)
5050
print(f"[{response.status_code}] {_url}")
5151
if response.status_code == 200:
5252
return True

0 commit comments

Comments
 (0)