diff --git a/authens/tests/cas_utils.py b/authens/tests/cas_utils.py index 76d862c..64cdfc9 100644 --- a/authens/tests/cas_utils.py +++ b/authens/tests/cas_utils.py @@ -22,7 +22,7 @@ class FakeCASClient: class FakeLDAPObject: """Fake object to be used in place of the result of `ldap.initialize`. - By default, always return the same entry 'johndoe'. + Always return the same user information (configured at class initialization). """ def __init__(self, cas_login: str, entrance_year: int):