Commit 4ed6d6d5 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fixup minor typo on the test.

parent d0218080
......@@ -621,7 +621,7 @@ class TestPerson_newLogin(TestSlapOSHalJsonStyleMixin):
password="b"))
self.assertEqual(self.portal.REQUEST.RESPONSE.getStatus(), 406)
self.assertEqual(result, 'Password value doest not comply with password policy')
self.assertEqual(str(result), 'Password value does not comply with password policy')
def test_Person_newLogin(self):
person = self._makePerson(user=1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment