Skip to content

Commit

Permalink
Add liz to fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
lizpearl committed Oct 18, 2024
1 parent 9fd41c8 commit f8a163b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/registrar/fixtures/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ class UserFixture:
"email": "[email protected]",
"title": "Sweetwater sailor",
},
{
"username": "cce058bc-9e52-456b-99ff-f5775c481c8f",
"first_name": "Elizabeth",
"last_name": "Liao",
"email": "[email protected]",
"title": "Software Engineer",
},
]

STAFF = [
Expand Down Expand Up @@ -231,6 +238,12 @@ class UserFixture:
"last_name": "Gingle-Analyst",
"email": "[email protected]",
},
{
"username": "373f7073-f90b-49d8-8da2-459246fa33bd",
"first_name": "Elizabeth-Analyst",
"last_name": "Liao-Analyst",
"email": "[email protected]",
},
]

# Additional emails to add to the AllowedEmail whitelist.
Expand Down

0 comments on commit f8a163b

Please sign in to comment.