Skip to content

Commit

Permalink
Merge pull request #2970 from cisagov/el/fix-user-uuid-2
Browse files Browse the repository at this point in the history
Bug fix for #2762: Update to correct UUID - [no sandbox]
  • Loading branch information
lizpearl authored Oct 22, 2024
2 parents 772fc17 + 613dba6 commit 9f2ac4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registrar/fixtures/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class UserFixture:
"title": "Sweetwater sailor",
},
{
"username": "cce058bc-9e52-456b-99ff-f5775c481c8f",
"username": "63688d43-82c6-480c-8e49-8a1bfdd33b9f",
"first_name": "Elizabeth",
"last_name": "Liao",
"email": "[email protected]",
Expand Down Expand Up @@ -246,7 +246,7 @@ class UserFixture:
"email": "[email protected]",
},
{
"username": "373f7073-f90b-49d8-8da2-459246fa33bd",
"username": "0c27b05d-0aa3-45fa-91bd-83ee307708df",
"first_name": "Elizabeth-Analyst",
"last_name": "Liao-Analyst",
"email": "[email protected]",
Expand Down

0 comments on commit 9f2ac4f

Please sign in to comment.