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 a08b4bd commit 5519118Copy full SHA for 5519118
tests/test_exposition.py
@@ -102,7 +102,7 @@ def do_PUT(self):
102
do_POST = do_PUT
103
do_DELETE = do_PUT
104
105
- httpd = HTTPServer(('', 0), TestHandler)
+ httpd = HTTPServer(('localhost', 0), TestHandler)
106
self.address = ':'.join([str(x) for x in httpd.server_address])
107
class TestServer(threading.Thread):
108
def run(self):
0 commit comments