Add Cameron to fixtures.py

This commit is contained in:
Cameron Dixon 2023-06-20 10:58:01 -04:00 committed by GitHub
parent 14f6a92f9f
commit cc9a9d1f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,11 @@ class UserFixture:
"first_name": "Gaby",
"last_name": "DiSarli",
},
{
"username": "83c2b6dd-20a2-4cac-bb40-e22a72d2955c",
"first_name": "Cameron",
"last_name": "Dixon",
},
]
@classmethod