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 99e42ad commit 60a06eaCopy full SHA for 60a06ea
tests/contrib/urllib3/test_urllib3.py
@@ -185,7 +185,7 @@ def test_connection_retries(self):
185
"""Tests a connection error results in error spans with proper exc info"""
186
retries = 3
187
try:
188
- self.http.request("GET", "http://fakesubdomain." + SOCKET, retries=retries)
+ self.http.request("GET", "http://localhost:9999", retries=retries)
189
except Exception:
190
pass
191
else:
0 commit comments