changeset 7052:0ca92e5657cc

tests: fix test_users_and_groups_data - it seems to have been broken since it was introduced in 6c3bda995a88 ... or some dependency update made it fail
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 27 Nov 2017 03:50:03 +0100
parents 1fa33126ed25
children 64ee7afabaaa
files kallithea/tests/functional/test_home.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/functional/test_home.py	Mon Oct 30 01:26:31 2017 +0100
+++ b/kallithea/tests/functional/test_home.py	Mon Nov 27 03:50:03 2017 +0100
@@ -66,6 +66,7 @@
             Session().commit()
 
     def test_users_and_groups_data(self):
+        self.log_user()
         fixture.create_user('evil', firstname=u'D\'o\'ct"o"r', lastname=u'Évíl')
         fixture.create_user_group(u'grrrr', user_group_description=u"Groüp")
         response = self.app.get(url('users_and_groups_data', query=u'evi'))