Skip to content

Commit 74c3d22

Browse files
committed
Try remove AUTH_USER_MODEL from test setting
1 parent 6833185 commit 74c3d22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
SECRET_KEY = 'amplitude-test'
44
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
5-
AUTH_USER_MODEL = "authentication.User"
65

76
SESSION_ENGINE = 'django.contrib.sessions.backends.signed_cookies'
87
SESSION_COOKIE_HTTPONLY = True

0 commit comments

Comments
 (0)