Skip to content

Commit

Permalink
Update fixtures_users.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Aug 29, 2024
1 parent 6b08c07 commit b5a6bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/registrar/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class UserFixture:
"username": "f14433d8-f0e9-41bf-9c72-b99b110e665d",
"first_name": "Nicolle",
"last_name": "LeClair",
"email": "[email protected]",
},
{
"username": "24840450-bf47-4d89-8aa9-c612fe68f9da",
Expand Down Expand Up @@ -203,7 +204,7 @@ class UserFixture:
"username": "cfe7c2fc-e24a-480e-8b78-28645a1459b3",
"first_name": "Nicolle-Analyst",
"last_name": "LeClair-Analyst",
"email": "nicolle.leclair@ecstech.com",
"email": "nicolle.leclair@gmail.com",
},
{
"username": "378d0bc4-d5a7-461b-bd84-3ae6f6864af9",
Expand Down

0 comments on commit b5a6bb6

Please sign in to comment.