Skip to content

Commit

Permalink
Cedar metadata record remains visible for withdrawn registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Jan 26, 2024
1 parent b472a96 commit 59b832c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api_tests/base/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def test_registration_serializer(self):
'current_user_is_contributor_or_group_member',
'preprint',
'subjects',
'wiki_enabled']
'wiki_enabled',
'cedar_metadata_records',
]
# fields that do not appear on registrations
non_registration_fields = ['registrations', 'draft_registrations', 'templated_by_count', 'settings', 'storage', 'children', 'groups']

Expand Down

0 comments on commit 59b832c

Please sign in to comment.