Skip to content

Commit

Permalink
Merge pull request #739 from cisagov/cameron-fixtures
Browse files Browse the repository at this point in the history
Add Cameron to fixtures.py
  • Loading branch information
h-m-f-t committed Jun 21, 2023
2 parents abf198d + 78722b1 commit ac34ada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/registrar/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac34ada

Please sign in to comment.