Skip to content

Commit

Permalink
Merge pull request #2744 from cisagov/za/fix-katherine-fixture-user-e…
Browse files Browse the repository at this point in the history
…mail

Bugfix: Katherines email is listed incorrectly in fixtures
  • Loading branch information
zandercymatics authored Sep 11, 2024
2 parents a28b8a3 + 7eaba2c commit 8d890e3
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 @@ -56,6 +56,7 @@ class UserFixture:
"username": "8f8e7293-17f7-4716-889b-1990241cbd39",
"first_name": "Katherine",
"last_name": "Osos",
"email": "kosos@truss.works",
},
{
"username": "70488e0a-e937-4894-a28c-16f5949effd4",
Expand Down Expand Up @@ -171,7 +172,7 @@ class UserFixture:
"username": "91a9b97c-bd0a-458d-9823-babfde7ebf44",
"first_name": "Katherine-Analyst",
"last_name": "Osos-Analyst",
"email": "kosos@truss.works",
"email": "kosos+1@truss.works",
},
{
"username": "2cc0cde8-8313-4a50-99d8-5882e71443e8",
Expand Down

0 comments on commit 8d890e3

Please sign in to comment.