Files
core/tests/auth/test_settings.py
Untone 81b2ec41fa
Some checks failed
Deploy on push / deploy (push) Has been cancelled
ci-tests-frontend-e2e-fix
2025-08-12 14:45:59 +03:00

8 lines
289 B
Python

"""Тестовые настройки для OAuth"""
OAUTH_CLIENTS = {
"GOOGLE": {"id": "test_google_id", "key": "test_google_secret"},
"GITHUB": {"id": "test_github_id", "key": "test_github_secret"},
"FACEBOOK": {"id": "test_facebook_id", "key": "test_facebook_secret"},
}