Merge pull request #2744 from cisagov/za/fix-katherine-fixture-user-email

Bugfix: Katherines email is listed incorrectly in fixtures
This commit is contained in:
zandercymatics 2024-09-11 09:35:44 -06:00 committed by GitHub
commit 8d890e3f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ class UserFixture:
"username": "8f8e7293-17f7-4716-889b-1990241cbd39", "username": "8f8e7293-17f7-4716-889b-1990241cbd39",
"first_name": "Katherine", "first_name": "Katherine",
"last_name": "Osos", "last_name": "Osos",
"email": "kosos@truss.works",
}, },
{ {
"username": "70488e0a-e937-4894-a28c-16f5949effd4", "username": "70488e0a-e937-4894-a28c-16f5949effd4",
@ -171,7 +172,7 @@ class UserFixture:
"username": "91a9b97c-bd0a-458d-9823-babfde7ebf44", "username": "91a9b97c-bd0a-458d-9823-babfde7ebf44",
"first_name": "Katherine-Analyst", "first_name": "Katherine-Analyst",
"last_name": "Osos-Analyst", "last_name": "Osos-Analyst",
"email": "kosos@truss.works", "email": "kosos+1@truss.works",
}, },
{ {
"username": "2cc0cde8-8313-4a50-99d8-5882e71443e8", "username": "2cc0cde8-8313-4a50-99d8-5882e71443e8",