Skip to content

Commit

Permalink
Fix draft version test factory
Browse files Browse the repository at this point in the history
Include contact person email in metadata
  • Loading branch information
jjnesbitt committed Jul 11, 2024
1 parent 0dcef68 commit e255828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandiapi/api/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def metadata(self):
{
'name': f'{faker.Faker().last_name()}, {faker.Faker().first_name()}',
'roleName': ['dcite:ContactPerson'],
'email': faker.Faker().email(),
'schemaKey': 'Person',
}
],
Expand Down

0 comments on commit e255828

Please sign in to comment.