]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/test_API.py
Merge pull request #8127 from Habbie/auth-4.2.0-rc3-docs
[thirdparty/pdns.git] / regression-tests.dnsdist / test_API.py
index ecad521c9d7bbd05bde2e3099e814471d84658f2..178e79083d8652b273520c509d1018122c0fa25d 100644 (file)
@@ -57,6 +57,7 @@ class TestAPIBasics(DNSDistTest):
             url = 'http://127.0.0.1:' + str(self._webServerPort) + path
             r = requests.get(url, headers=headers, timeout=self._webTimeout)
             self.assertEquals(r.status_code, 401)
+
     def testBasicAuthOnly(self):
         """
         API: Basic Authentication Only