]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Add missing comma.
authorBob Halley <halley@dnspython.org>
Tue, 16 Jun 2020 17:05:51 +0000 (10:05 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 16 Jun 2020 17:05:51 +0000 (10:05 -0700)
tests/test_doh.py

index ca2a2136ee1f7c289048b434ff4e42dcb0a28bd7..11831a6b4712d78bdf2f8e609e99484fc53772f3 100644 (file)
@@ -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'