diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:30:20 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:30:20 +0100 |
commit | d38dda53dd29024c8c855c64dfbb1529d0aaac83 (patch) | |
tree | 54703e8d496941af2754ed4f9224660109b7bee0 /python/tests/files/datacite/datacite_result_23.json | |
parent | ff37b97e4bbf642efbd830111fe3dbd45ae56dad (diff) | |
download | fatcat-d38dda53dd29024c8c855c64dfbb1529d0aaac83.tar.gz fatcat-d38dda53dd29024c8c855c64dfbb1529d0aaac83.zip |
datacite: month field should be top-level
Diffstat (limited to 'python/tests/files/datacite/datacite_result_23.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_23.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/files/datacite/datacite_result_23.json b/python/tests/files/datacite/datacite_result_23.json index 599d1b37..93385c70 100644 --- a/python/tests/files/datacite/datacite_result_23.json +++ b/python/tests/files/datacite/datacite_result_23.json @@ -1,5 +1,5 @@ { - "extra": {"datacite": {"month": 8}}, + "extra": {"datacite": {}, "month": 8}, "title": "ABC", "release_type": "article", "release_stage": "published", |