Merge pull request #1002 from cisagov/nl/addAdmin

add Nicolle LeClair to admin and staff
This commit is contained in:
CuriousX 2023-09-08 15:43:05 -06:00 committed by GitHub
commit 328cc5b468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,11 @@ class UserFixture:
"first_name": "David",
"last_name": "Kennedy",
},
{
"username": "f14433d8-f0e9-41bf-9c72-b99b110e665d",
"first_name": "Nicolle",
"last_name": "LeClair",
},
]
STAFF = [
@ -123,6 +128,12 @@ class UserFixture:
"last_name": "DiSarli-Analyst",
"email": "gaby@truss.works",
},
{
"username": "cfe7c2fc-e24a-480e-8b78-28645a1459b3",
"first_name": "Nicolle-Analyst",
"last_name": "LeClair",
"email": "nicolle.leclair@ecstech.com",
},
]
STAFF_PERMISSIONS = [