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