Files
mayan-edms/mayan/apps/authentication/tests/literals.py
2015-09-16 03:46:10 -04:00

7 lines
251 B
Python

from __future__ import unicode_literals
TEST_ADMIN_EMAIL = 'admin@admin.com'
TEST_ADMIN_PASSWORD = 'test_admin_password'
TEST_ADMIN_USERNAME = 'test_admin'
TEST_EMAIL_AUTHENTICATION_BACKEND = 'authentication.auth.email_auth_backend.EmailAuthBackend'