Skip to content

Commit

Permalink
Add Samiyah to fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
lizpearl committed Oct 18, 2024
1 parent f8a163b commit cd25b82
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/registrar/fixtures/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,14 @@ class UserFixture:
"first_name": "Elizabeth",
"last_name": "Liao",
"email": "[email protected]",
"title": "Software Engineer",
"title": "Software Engineer",
},
{
"username": "c9c64cd5-bc76-45ef-85cd-4f6eefa9e998",
"first_name": "Samiyah",
"last_name": "Key",
"email": "[email protected]",
"title": "Designer",
},
]

Expand Down Expand Up @@ -244,6 +251,12 @@ class UserFixture:
"last_name": "Liao-Analyst",
"email": "[email protected]",
},
{
"username": "ee1e68da-41a5-47f7949b-d8a4e9e2b9d2",
"first_name": "Samiyah-Analyst",
"last_name": "Key-Analyst",
"email": "[email protected]",
},
]

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

0 comments on commit cd25b82

Please sign in to comment.