From 6938fb1ec4ae3e218000dc74298088962ce0250c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 16 Jun 2020 10:05:51 -0700 Subject: [PATCH] Add missing comma. --- tests/test_doh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_doh.py b/tests/test_doh.py index ca2a2136..11831a6b 100644 --- a/tests/test_doh.py +++ b/tests/test_doh.py @@ -39,7 +39,7 @@ try: with socket.socket(socket.AF_INET6, socket.SOCK_DGRAM) as s: s.connect(('2001:4860:4860::8888', 53)) resolver_v6_addresses = [ - '2606:4700:4700::1111' + '2606:4700:4700::1111', # Google says 404 # '2001:4860:4860::8888', '2620:fe::11' -- 2.47.3