fix discord test after merge

This commit is contained in:
Joel Falknau 2025-07-07 12:41:00 +10:00
parent 196d97271c
commit 6ab2af79eb
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
import urllib
from unittest.mock import Mock, patch
from django.contrib.auth.models import User
from requests.exceptions import HTTPError
from allianceauth.tests.auth_utils import AuthUtils