1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00

update account test

This commit is contained in:
lian
2017-08-03 18:06:08 +08:00
parent 622931dec4
commit 44e2889abf

View File

@@ -112,7 +112,7 @@ class AccountTest(BaseTestCase):
resp = self._do_get_info()
json_resp = json.loads(resp.content)
assert len(json_resp) == 10
assert len(json_resp) == 11
assert json_resp['email'] == self.user1.username
assert json_resp['is_staff'] is False
assert json_resp['is_active'] is True