From a71688bbd50b306c31d84126e08d1eb264f67bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sat, 20 Jun 2020 17:29:13 +0200 Subject: [PATCH] Update erroneous docstring --- authens/tests/cas_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):