mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Merge pull request #2291 from cisagov/meoward/adding-anna-to-fixtures
Add Anna to fixtures
This commit is contained in:
commit
3308d76f13
1 changed files with 12 additions and 0 deletions
|
@ -106,6 +106,12 @@ class UserFixture:
|
||||||
"last_name": "Orr",
|
"last_name": "Orr",
|
||||||
"email": "riley+320@truss.works",
|
"email": "riley+320@truss.works",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"username": "76612d84-66b0-4ae9-9870-81e98b9858b6",
|
||||||
|
"first_name": "Anna",
|
||||||
|
"last_name": "Gingle",
|
||||||
|
"email": "annagingle@truss.works",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
STAFF = [
|
STAFF = [
|
||||||
|
@ -194,6 +200,12 @@ class UserFixture:
|
||||||
"last_name": "Orr-Analyst",
|
"last_name": "Orr-Analyst",
|
||||||
"email": "riley+321@truss.works",
|
"email": "riley+321@truss.works",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"username": "e1e350b1-cfc1-4753-a6cb-3ae6d912f99c",
|
||||||
|
"first_name": "Anna-Analyst",
|
||||||
|
"last_name": "Gingle-Analyst",
|
||||||
|
"email": "annagingle+analyst@truss.works",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
def load_users(cls, users, group_name, are_superusers=False):
|
def load_users(cls, users, group_name, are_superusers=False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue