Skip to content

Commit

Permalink
Merge pull request #1111 from cisagov/es/add-admin-analyst-update
Browse files Browse the repository at this point in the history
Add Erin Song analyst and admin data
  • Loading branch information
erinysong authored Oct 2, 2023
2 parents 1883e09 + 57115d8 commit ad887eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/registrar/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ class UserFixture:
"first_name": "Nicolle",
"last_name": "LeClair",
},
{
"username": "24840450-bf47-4d89-8aa9-c612fe68f9da",
"first_name": "Erin",
"last_name": "Song",
},
]

STAFF = [
Expand Down Expand Up @@ -134,6 +139,12 @@ class UserFixture:
"last_name": "LeClair-Analyst",
"email": "[email protected]",
},
{
"username": "378d0bc4-d5a7-461b-bd84-3ae6f6864af9",
"first_name": "Erin-Analyst",
"last_name": "Song-Analyst",
"email": "[email protected]",
},
]

STAFF_PERMISSIONS = [
Expand Down

0 comments on commit ad887eb

Please sign in to comment.