Skip to content

Commit

Permalink
Merge pull request #2291 from cisagov/meoward/adding-anna-to-fixtures
Browse files Browse the repository at this point in the history
Add Anna to fixtures
  • Loading branch information
zandercymatics authored Jun 11, 2024
2 parents 102ae43 + fd72a64 commit 3308d76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/registrar/fixtures_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ class UserFixture:
"last_name": "Orr",
"email": "[email protected]",
},
{
"username": "76612d84-66b0-4ae9-9870-81e98b9858b6",
"first_name": "Anna",
"last_name": "Gingle",
"email": "[email protected]",
},
]

STAFF = [
Expand Down Expand Up @@ -194,6 +200,12 @@ class UserFixture:
"last_name": "Orr-Analyst",
"email": "[email protected]",
},
{
"username": "e1e350b1-cfc1-4753-a6cb-3ae6d912f99c",
"first_name": "Anna-Analyst",
"last_name": "Gingle-Analyst",
"email": "[email protected]",
},
]

def load_users(cls, users, group_name, are_superusers=False):
Expand Down

0 comments on commit 3308d76

Please sign in to comment.