Skip to content

Commit 7b6c221

Browse files
committed
unauthorized -> unauthenticated
1 parent 8db528b commit 7b6c221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/test/connection_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_server_version_without_authentication__issue_688(self):
5656
self.assertGreater(len(version_tup), 0)
5757
self.assertFalse(any(not isinstance(_, numbers.Integral) for _ in version_tup))
5858

59-
# Test that the older server_version property fails for the unauthorized session object.
59+
# Test that the older server_version property fails for the unauthenticated session object.
6060
with self.assertRaises(CAT_INVALID_AUTHENTICATION):
6161
_ = non_authenticating_session.server_version
6262

0 commit comments

Comments
 (0)