Update erroneous docstring
This commit is contained in:
parent
351b084419
commit
a71688bbd5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue