Skip to content

Commit

Permalink
add review_started to read-only fields for collection res
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Apr 4, 2023
1 parent 51ac136 commit 1a9f009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

read_only_fields = [
(ResourceMetadata, ['type', 'identifier', 'created', 'modified', 'review_started', 'published', 'url']),
(CollectionMetadata, ['type', 'identifier', 'created', 'modified', 'published', 'url']),
(CollectionMetadata, ['type', 'identifier', 'created', 'modified', 'review_started', 'published', 'url']),
(GeographicRasterMetadata, ['type', 'url']),
(ModelProgramMetadata, ['type', 'url']),
(ModelInstanceMetadata, ['type', 'url']),
Expand Down

0 comments on commit 1a9f009

Please sign in to comment.