Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilBaah committed Mar 2, 2024
1 parent e5b58d9 commit 20916e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions accounts/tests/tests_logout.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from django.contrib.auth import get_user_model
from django.urls import reverse
from rest_framework import status
from rest_framework.test import APITestCase
from rest_framework_simplejwt.tokens import RefreshToken
# from django.contrib.auth import get_user_model
# from django.urls import reverse
# from rest_framework import status
# from rest_framework.test import APITestCase
# from rest_framework_simplejwt.tokens import RefreshToken

User = get_user_model()
# User = get_user_model()


# class UserLogoutAPIViewTestCase(APITestCase):
Expand Down
Empty file removed report.json
Empty file.

0 comments on commit 20916e9

Please sign in to comment.