Skip to content

Commit

Permalink
✅ [#993] UPDATE failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefrado committed Dec 10, 2024
1 parent 8e7a77c commit 3b66173
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def request_head(self, url: str, allow_default_redirects=False, redirect_cycle=0
redirect_url = response.headers["location"]

return self.request_head(
self=self,
url=redirect_url,
allow_default_redirects=allow_default_redirects,
redirect_cycle=redirect_cycle,
Expand Down

0 comments on commit 3b66173

Please sign in to comment.