summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/authtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login/authtest.py')
-rw-r--r--ipsilon/login/authtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipsilon/login/authtest.py b/ipsilon/login/authtest.py
index 6c11ba1..d7a49d8 100644
--- a/ipsilon/login/authtest.py
+++ b/ipsilon/login/authtest.py
@@ -48,6 +48,7 @@ class TestAuth(LoginFormBase):
error_password=not password,
error_username=not username
)
+ self.lm.set_auth_error()
# pylint: disable=star-args
return self._template('login/form.html', **context)