Skip to content

Commit

Permalink
runtests enable email
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 28, 2024
1 parent 045bea7 commit 6ec4e19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
SUBJECT_VISIT_MODEL="adverse_event_app.subjectvisit",
ADVERSE_EVENT_APP_LABEL="adverse_event_app",
ADVERSE_EVENT_ADMIN_SITE="adverse_event_app_admin",
EMAIL_ENABLED=True,
EMAIL_CONTACTS={
"ae_reports": "[email protected]",
"data_manager": "[email protected]",
"tmg": "[email protected]",
},
EDC_PROTOCOL_STUDY_OPEN_DATETIME=get_utcnow().replace(
microsecond=0, second=0, minute=0, hour=0
)
Expand Down

0 comments on commit 6ec4e19

Please sign in to comment.