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 2116189 commit 67ab05dCopy full SHA for 67ab05d
tests/test_dns.py
@@ -123,8 +123,8 @@ def test_getaddrinfo_17(self):
123
self._test_getaddrinfo(b'localhost', 'http', type=socket.SOCK_STREAM)
124
125
def test_getaddrinfo_18(self):
126
- self._test_getaddrinfo(b'localhost', 'http')
127
- self._test_getaddrinfo(b'localhost', 'http', type=socket.SOCK_STREAM)
+ self._test_getaddrinfo('localhost', b'http')
+ self._test_getaddrinfo('localhost', b'http', type=socket.SOCK_STREAM)
128
129
######
130
0 commit comments