diff --git a/test_data/models/assessing_clinicians.py b/test_data/models/assessing_clinicians.py index 406d0ce29..0f615599c 100644 --- a/test_data/models/assessing_clinicians.py +++ b/test_data/models/assessing_clinicians.py @@ -1,5 +1,5 @@ assessing_clinicians = [ - "Automated Lead Admin - neelima.guntupalli1+leadadministrator_automated@nhs.net", + "Automated Lead Admin - neelima.guntupalli1+leadadmin_automated@nhs.net", "Automated Recorder - neelima.guntupalli1+recorder_automated@nhs.net", "Automated Admin - neelima.guntupalli1+admin_automated@nhs.net" ] diff --git a/test_data/models/consenting_clinicians.py b/test_data/models/consenting_clinicians.py index a4b858bb3..36c75137c 100644 --- a/test_data/models/consenting_clinicians.py +++ b/test_data/models/consenting_clinicians.py @@ -1,5 +1,5 @@ consenting_clinicians = [ - "Automated Lead Admin - neelima.guntupalli1+leadadministrator_automated@nhs.net", + "Automated Lead Admin - neelima.guntupalli1+leadadmin_automated@nhs.net", "Automated Recorder - neelima.guntupalli1+recorder_automated@nhs.net", "Automated Admin - neelima.guntupalli1+admin_automated@nhs.net" ] diff --git a/test_data/models/vaccinating_clinicians.py b/test_data/models/vaccinating_clinicians.py index 440efb427..9a0680426 100644 --- a/test_data/models/vaccinating_clinicians.py +++ b/test_data/models/vaccinating_clinicians.py @@ -1,5 +1,5 @@ vaccinating_clinicians = [ - "Automated Lead Admin - neelima.guntupalli1+leadadministrator_automated@nhs.net", + "Automated Lead Admin - neelima.guntupalli1+leadadmin_automated@nhs.net", "Automated Recorder - neelima.guntupalli1+recorder_automated@nhs.net", "Automated Admin - neelima.guntupalli1+admin_automated@nhs.net" ]