test_settings: Change SOCIAL_AUTH_SUBDOMAIN to 'auth' in tests.

That's a more realistic setting than using 'www.'.
This commit is contained in:
Mateusz Mandera 2020-02-16 14:20:41 +01:00 committed by Tim Abbott
parent efb3065158
commit bb01c17ead
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ SOCIAL_AUTH_GITLAB_KEY = "key"
SOCIAL_AUTH_GITLAB_SECRET = "secret"
SOCIAL_AUTH_GOOGLE_KEY = "key"
SOCIAL_AUTH_GOOGLE_SECRET = "secret"
SOCIAL_AUTH_SUBDOMAIN = 'www'
SOCIAL_AUTH_SUBDOMAIN = 'auth'
# By default two factor authentication is disabled in tests.
# Explicitly set this to True within tests that must have this on.