diff options
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/transform_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/transform_tests.py b/python/tests/transform_tests.py index 5e657190..f254e117 100644 --- a/python/tests/transform_tests.py +++ b/python/tests/transform_tests.py @@ -16,7 +16,7 @@ def test_basic_elasticsearch_convert(crossref_importer): r.state = 'active' release_to_elasticsearch(r) -def test_rich_elasticsearch_convert(crossref_importer): +def test_rich_elasticsearch_convert(): r = ReleaseEntity( title="something", release_year=1234, |