Skip to content

Commit

Permalink
Merge pull request #24 from uc-cdis/fix/submitter_id
Browse files Browse the repository at this point in the history
fix(submitter_id): require submitter_id
  • Loading branch information
philloooo authored Oct 19, 2018
2 parents ade182e + aa3ffb0 commit 0bd4c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_required_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def test_required_program_fields():

def test_required_ubiquitous_fields():
required_fields = [
'updated_datetime', 'created_datetime', 'id', 'type'
'updated_datetime', 'created_datetime', 'id', 'type',
'submitter_id'
]
for schema in dictionary.schema.values():
if not schema['id'] == 'program' and not schema['id'] == 'project' \
Expand Down

0 comments on commit 0bd4c7f

Please sign in to comment.