summaryrefslogtreecommitdiff
path: root/tests/net_hosted/connect_poll.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/net_hosted/connect_poll.py')
-rw-r--r--tests/net_hosted/connect_poll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net_hosted/connect_poll.py b/tests/net_hosted/connect_poll.py
index 7aeba8f6d..b2739e36e 100644
--- a/tests/net_hosted/connect_poll.py
+++ b/tests/net_hosted/connect_poll.py
@@ -28,4 +28,4 @@ def test(peer_addr):
if __name__ == "__main__":
- test(socket.getaddrinfo('micropython.org', 80)[0][-1])
+ test(socket.getaddrinfo("micropython.org", 80)[0][-1])