FederationOfTech / Coalesce

An open source volunteer management platform from the Federation of Humanitarian Technologists
GNU Affero General Public License v3.0
13 stars 13 forks source link

Updated user data to use api #61

Closed SamphireReeve closed 3 years ago

stefanha commented 3 years ago

There is one docker-compose exec api ./manage.py test failure. Looks good otherwise!

FAIL: coalesce.users.test.test_views:TestUserDetailTestCase.test_put_request_updates_a_user
  vi +54 coalesce/users/test/test_views.py  # test_put_request_updates_a_user
    eq_(response.status_code, status.HTTP_200_OK)
AssertionError: 400 != 200