[REF] fix comments;

pull/2/head
Sylvain LE GAL 2014-05-14 15:32:27 +02:00
parent b4883bd9c3
commit 0484b8aaff
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class TestAuthAdminPasskey(TransactionCase):
def test_05_passkey_login_demo_succeed(self):
"""[New Feature]
Test the fail of login with 'demo' / 'admin'"""
Test the succeed of login with 'demo' / 'admin'"""
res = self.ru_obj.authenticate(self.db, 'demo', 'admin', {})
self.assertEqual(
res, self.demo_user_id,