From: Bob Halley Date: Tue, 16 Jun 2020 17:05:51 +0000 (-0700) Subject: Add missing comma. X-Git-Tag: v2.0.0rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6938fb1ec4ae3e218000dc74298088962ce0250c;p=thirdparty%2Fdnspython.git Add missing comma. --- 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'