mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Ignore type error in DRF view test
This commit is contained in:
parent
b8f7da6db9
commit
b19be04fad
|
@ -26,7 +26,7 @@ class TestUserViewSet:
|
|||
|
||||
view.request = request
|
||||
|
||||
response = view.me(request) # type: ignore [arg-type]
|
||||
response = view.me(request) # type: ignore
|
||||
|
||||
assert response.data == {
|
||||
"username": user.username,
|
||||
|
|
Loading…
Reference in New Issue
Block a user