Skip to content

Commit

Permalink
Update import for TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarson committed Feb 28, 2025
1 parent ac567e1 commit 67fa353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gregor_django/drupal_oauth_provider/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
from allauth.socialaccount.adapter import get_adapter
from allauth.socialaccount.models import SocialApp
from allauth.socialaccount.tests import OAuth2TestsMixin
from allauth.tests import MockedResponse, TestCase
from allauth.tests import MockedResponse
from django.conf import settings
from django.contrib.auth import get_user_model
from django.contrib.sites.models import Site
from django.core.exceptions import ImproperlyConfigured
from django.test import RequestFactory
from django.test import RequestFactory, TestCase
from django.test.utils import override_settings

from .provider import CustomProvider
Expand Down

0 comments on commit 67fa353

Please sign in to comment.