Skip to content

Commit

Permalink
Merge pull request #2601 from cisagov/za/2580-add-jyoti-to-fixtures
Browse files Browse the repository at this point in the history
Ticket #2580: Add jyoti to fixtures
  • Loading branch information
zandercymatics authored Aug 19, 2024
2 parents d2c4cf2 + 9d83e50 commit eb56239
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/registrar/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ class UserFixture:
"""

ADMINS = [
{
"username": "43a7fa8d-0550-4494-a6fe-81500324d590",
"first_name": "Jyoti",
"last_name": "Bock",
"email": "[email protected]",
},
{
"username": "aad084c3-66cc-4632-80eb-41cdf5c5bcbf",
"first_name": "Aditi",
Expand Down Expand Up @@ -125,6 +131,12 @@ class UserFixture:
]

STAFF = [
{
"username": "a5906815-dd80-4c64-aebe-2da6a4c9d7a4",
"first_name": "Jyoti-Analyst",
"last_name": "Bock-Analyst",
"email": "[email protected]",
},
{
"username": "ffec5987-aa84-411b-a05a-a7ee5cbcde54",
"first_name": "Aditi-Analyst",
Expand Down

0 comments on commit eb56239

Please sign in to comment.