Files
notifications-admin/tests
Chris Hill-Scott f34a252e72 Remove defaults from User model
the api always returns exactly:
```
id
name
email_address
auth_type
current_session_id
failed_login_count
logged_in_at
mobile_number
organisations
password_changed_at
permissions
platform_admin
services
state
```

it does this through `models.py::User.serialize` – there is an old
Marshmallow `user_schema` in `schemas.py` but this isn’t used for
dumping return data, only parsing the json in the create user rest
endpoint.

This means we can rely on these keys always being in the dictionary.
2019-06-05 14:55:43 +01:00
..
2019-06-05 14:55:43 +01:00
2019-05-16 15:36:47 +01:00
2019-06-05 14:55:43 +01:00
2019-06-05 14:55:43 +01:00