Fix tests

This commit is contained in:
Ludovic Stephan 2019-11-03 00:36:57 +01:00
parent 57088cda03
commit b376114bee

View file

@ -376,7 +376,7 @@ class AccountUpdateViewTests(ViewTestCaseMixin, TestCase):
self.users["user1"].refresh_from_db()
self.assertInstanceExpected(
self.accounts["user1"], {"first_name": "The first", "last_name": "The last"}
self.accounts["user1"], {"first_name": "first", "last_name": "last"}
)
def test_post_forbidden(self):