Add normal-user fixture for testing (#20)

This commit is contained in:
Manu
2020-01-19 13:25:17 +01:00
committed by Sebastián Ramírez
parent 44d8a4358b
commit 248ea56c6e
4 changed files with 43 additions and 7 deletions

View File

@@ -51,3 +51,5 @@ FIRST_SUPERUSER = os.getenv("FIRST_SUPERUSER")
FIRST_SUPERUSER_PASSWORD = os.getenv("FIRST_SUPERUSER_PASSWORD")
USERS_OPEN_REGISTRATION = getenv_boolean("USERS_OPEN_REGISTRATION")
EMAIL_TEST_USER = "test@example.com"