Skip to content

Commit 20407bc

Browse files
committed
lint
1 parent 9b7f9ae commit 20407bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/test_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ async def test_gssapi_threaded(self):
274274

275275
async def test_gssapi_canonicalize_host_name(self):
276276
# Test the low level method.
277+
assert GSSAPI_HOST is not None
277278
result = _canonicalize_hostname(GSSAPI_HOST, "forward")
278279
if "compute-1.amazonaws.com" not in result:
279280
self.assertEqual(result, GSSAPI_HOST)

test/test_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def test_gssapi_threaded(self):
274274

275275
def test_gssapi_canonicalize_host_name(self):
276276
# Test the low level method.
277+
assert GSSAPI_HOST is not None
277278
result = _canonicalize_hostname(GSSAPI_HOST, "forward")
278279
if "compute-1.amazonaws.com" not in result:
279280
self.assertEqual(result, GSSAPI_HOST)

0 commit comments

Comments
 (0)