We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714f717 commit 397f1a1Copy full SHA for 397f1a1
test/asynchronous/test_auth.py
@@ -297,9 +297,6 @@ async def test_gssapi_canonicalize_host_name(self):
297
)
298
await client.server_info()
299
300
- if props["CANONICALIZE_HOST_NAME"] == "none":
301
- return
302
-
303
async def test_gssapi_host_name(self):
304
props = self.mech_properties
305
props["SERVICE_HOST"] = "example.com"
test/test_auth.py
@@ -297,9 +297,6 @@ def test_gssapi_canonicalize_host_name(self):
client.server_info()
def test_gssapi_host_name(self):
0 commit comments