Skip to content

Commit

Permalink
patch: add missing access token import (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinashechiraya authored Oct 10, 2024
1 parent 81d69fc commit 1ac731d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_project/monitor/tests/test_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from django.core.files.uploadedfile import SimpleUploadedFile
from django.utils.timezone import now, timedelta
import os
from rest_framework_simplejwt.tokens import AccessToken

class SitesListCreateViewTestCase(TestCase):

Expand Down

0 comments on commit 1ac731d

Please sign in to comment.