Skip to content

Commit

Permalink
Merge pull request #2965 from cisagov/el/fix-user-uuid
Browse files Browse the repository at this point in the history
Bug fix for #2762: Add missing - in uuid [no sandbox]
  • Loading branch information
lizpearl authored Oct 21, 2024
2 parents 6ebafec + d643ffc commit 772fc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/fixtures/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class UserFixture:
"email": "[email protected]",
},
{
"username": "ee1e68da-41a5-47f7949b-d8a4e9e2b9d2",
"username": "ee1e68da-41a5-47f7-949b-d8a4e9e2b9d2",
"first_name": "Samiyah-Analyst",
"last_name": "Key-Analyst",
"email": "[email protected]",
Expand Down

0 comments on commit 772fc17

Please sign in to comment.