Update erroneous docstring

This commit is contained in:
Martin Pépin 2020-06-20 17:29:13 +02:00
parent 351b084419
commit a71688bbd5
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -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):