Changeset - 0ca92e5657cc
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-11-27 03:50:03
mads@kiilerich.com
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
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/functional/test_home.py
Show inline comments
 
@@ -66,6 +66,7 @@ class TestHomeController(TestController)
 
            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'))
0 comments (0 inline, 0 general)