Skip to content

Commit

Permalink
fix import middleware testen
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoutAllaert committed May 23, 2024
1 parent f0b876c commit a11bde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.contrib.auth.models import User
from unittest.mock import patch
from api.models.gebruiker import Gebruiker
from api.middleware import AuthenticationUserMiddleware
from api.middleware.middleware import AuthenticationUserMiddleware
from django.contrib.auth.models import AnonymousUser
import jwt

Expand Down

0 comments on commit a11bde8

Please sign in to comment.