mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +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 == {
|
assert response.data == {
|
||||||
"username": user.username,
|
"username": user.username,
|
||||||
"email": user.email,
|
|
||||||
"name": user.name,
|
"name": user.name,
|
||||||
"url": f"http://testserver/api/users/{user.username}/",
|
"url": f"http://testserver/api/users/{user.username}/",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user