Skip to content

Commit

Permalink
Add allauth.account.middleware.AccountMiddleware to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Nov 20, 2023
1 parent ad70951 commit 8d4493f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def pytest_configure(config):
'django.middleware.common.CommonMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.locale.LocaleMiddleware',
'allauth.account.middleware.AccountMiddleware',
),
INSTALLED_APPS=(
'django.contrib.auth',
Expand Down

0 comments on commit 8d4493f

Please sign in to comment.