mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Remove email from User API Test
This commit is contained in:
parent
17499a12c9
commit
8aeee881bb
|
@ -28,7 +28,6 @@ class TestUserViewSet:
|
|||
|
||||
assert response.data == {
|
||||
"username": user.username,
|
||||
"email": user.email,
|
||||
"name": user.name,
|
||||
"url": f"http://testserver/api/users/{user.username}/",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user