server/test/unittest_security.py
changeset 4191 01638461d4b0
parent 3890 d7a270f50f54
child 4691 ae468fae9965
--- a/server/test/unittest_security.py	Tue Dec 22 19:27:26 2009 +0100
+++ b/server/test/unittest_security.py	Tue Dec 22 19:27:48 2009 +0100
@@ -217,7 +217,7 @@
                    {'x': ueid, 'passwd': 'newpwd'}, 'x')
         cnx.commit()
         cnx.close()
-        cnx = self.login('user', 'newpwd')
+        cnx = self.login('user', password='newpwd')
 
     def test_user_cant_change_other_upassword(self):
         ueid = self.create_user('otheruser').eid