mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Adding myself to fixtures
This commit is contained in:
parent
a3661243ac
commit
b8efec75c4
1 changed files with 10 additions and 0 deletions
|
@ -67,6 +67,11 @@ class UserFixture:
|
|||
"first_name": "Paul",
|
||||
"last_name": "Kuykendall",
|
||||
},
|
||||
{
|
||||
"username": "2a88a97b-be96-4aad-b99e-0b605b492c78",
|
||||
"first_name": "Rebecca",
|
||||
"last_name": "Hsieh",
|
||||
},
|
||||
]
|
||||
|
||||
STAFF = [
|
||||
|
@ -90,6 +95,11 @@ class UserFixture:
|
|||
"first_name": "Paul-Analyst",
|
||||
"last_name": "Kuykendall-Analyst",
|
||||
},
|
||||
{
|
||||
"username": "e474e7a9-71ca-449d-833c-8a6e094dd117",
|
||||
"first_name": "Rebecca-Analyst",
|
||||
"last_name": "Hsieh-Analyst",
|
||||
},
|
||||
]
|
||||
|
||||
STAFF_PERMISSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue