diff options
Diffstat (limited to 'python/tests/transform_tests.py')
-rw-r--r-- | python/tests/transform_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/transform_tests.py b/python/tests/transform_tests.py index a835ed82..15541a23 100644 --- a/python/tests/transform_tests.py +++ b/python/tests/transform_tests.py @@ -21,6 +21,7 @@ def test_rich_elasticsearch_convert(crossref_importer): title="something", release_year=1234, license_slug="CC-BY-NC", + ext_ids=ReleaseEntityExtIds(), ) r.state = 'active' r.container = ContainerEntity( |