]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/test_DOH.py
dnsdist: Uh, phrasing!
[thirdparty/pdns.git] / regression-tests.dnsdist / test_DOH.py
index bd831eb5c8c57aaea40e73fb5586c3b113e883c6..7fc186d982d47eb2580f1262bea8c45d32e1b4a9 100644 (file)
@@ -400,7 +400,7 @@ class DOHTests(object):
         data = conn.perform_rb()
         rcode = conn.getinfo(pycurl.RESPONSE_CODE)
         self.assertEqual(rcode, 400)
-        self.assertEqual(data, b'<html><body>This server implements RFC 8484 - DNS Queries over HTTP, and requires HTTP/2 in accordance to section 5.2 of the RFC.</body></html>\r\n')
+        self.assertEqual(data, b'<html><body>This server implements RFC 8484 - DNS Queries over HTTP, and requires HTTP/2 in accordance with section 5.2 of the RFC.</body></html>\r\n')
 
     def testDOHInvalid(self):
         """