stages/identification: test signup notice

This commit is contained in:
Jens Langhammer
2020-05-10 18:17:24 +02:00
parent 1d03b36750
commit 8de87d9acb
2 changed files with 17 additions and 1 deletions

View File

@ -358,7 +358,7 @@ TEST_OUTPUT_VERBOSE = 2
TEST_OUTPUT_FILE_NAME = "unittest.xml"
if any("test" in arg for arg in sys.argv):
# LOGGING = None
LOGGING = None
TEST = True
CELERY_TASK_ALWAYS_EAGER = True