Adding myself to fixtures

This commit is contained in:
Rebecca Hsieh 2023-08-09 14:58:30 -07:00
parent a3661243ac
commit b8efec75c4
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -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 = [