Skip to content

Commit 1280b2e

Browse files
committed
changed all default email IDs
1 parent c0e6c5d commit 1280b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_inputs/user_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class UserData:
1111
dose_per_pill = 2
1212
admin_disease = ["Depression", "Hepatitis C", "Ebola"]
1313
admin_drug = ["Levofloxacin", "Rifapentine", "Truvada", "Stribild"]
14-
default_staff_email = ["automation.user@email.com", "automation.user_rogers@email.com", "automation.user_secure@email.com", "automation.user_eu@email.com"]
14+
default_staff_email = ["automation.user.banner@gmail.com", "automation.user.rogers@gmail.com", "automation.user.secure@gmail.com", "automation.user.eu@gmail.com"]
1515
default_staff_name = "Automation Testuser"
1616
med_status = "Taken"
1717
provider_observation = "Patient"

0 commit comments

Comments
 (0)