Fix expected value

This commit is contained in:
Bruno Alla 2020-04-29 09:23:27 +01:00
parent d1c9791e95
commit 01b8412805

View File

@ -30,5 +30,5 @@ class TestUserViewSet:
"username": user.username,
"email": user.email,
"name": user.name,
"url": f"/api/users/{user.username}/",
"url": f"http://testserver/api/users/{user.username}/",
}