Skip to content

Commit 397f1a1

Browse files
committed
address review
1 parent 714f717 commit 397f1a1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/asynchronous/test_auth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ async def test_gssapi_canonicalize_host_name(self):
297297
)
298298
await client.server_info()
299299

300-
if props["CANONICALIZE_HOST_NAME"] == "none":
301-
return
302-
303300
async def test_gssapi_host_name(self):
304301
props = self.mech_properties
305302
props["SERVICE_HOST"] = "example.com"

test/test_auth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ def test_gssapi_canonicalize_host_name(self):
297297
)
298298
client.server_info()
299299

300-
if props["CANONICALIZE_HOST_NAME"] == "none":
301-
return
302-
303300
def test_gssapi_host_name(self):
304301
props = self.mech_properties
305302
props["SERVICE_HOST"] = "example.com"

0 commit comments

Comments
 (0)