We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db528b commit 7b6c221Copy full SHA for 7b6c221
1 file changed
irods/test/connection_test.py
@@ -56,7 +56,7 @@ def test_server_version_without_authentication__issue_688(self):
56
self.assertGreater(len(version_tup), 0)
57
self.assertFalse(any(not isinstance(_, numbers.Integral) for _ in version_tup))
58
59
- # Test that the older server_version property fails for the unauthorized session object.
+ # Test that the older server_version property fails for the unauthenticated session object.
60
with self.assertRaises(CAT_INVALID_AUTHENTICATION):
61
_ = non_authenticating_session.server_version
62
0 commit comments