Fix tests
This commit is contained in:
parent
57088cda03
commit
b376114bee
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ class AccountUpdateViewTests(ViewTestCaseMixin, TestCase):
|
||||||
self.users["user1"].refresh_from_db()
|
self.users["user1"].refresh_from_db()
|
||||||
|
|
||||||
self.assertInstanceExpected(
|
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):
|
def test_post_forbidden(self):
|
||||||
|
|
Loading…
Reference in a new issue