diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-11-12 21:13:16 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-11-15 16:46:26 -0800 |
commit | 06cf64414d4c7fa497c9ddb83b7c066b3779c4d2 (patch) | |
tree | 202d60c467b6404202c76c6a03c763ecf5c8186c /python/tests/transform_tests.py | |
parent | 5038de89f5539cfed150b302d672d5c04f380a65 (diff) | |
download | fatcat-06cf64414d4c7fa497c9ddb83b7c066b3779c4d2.tar.gz fatcat-06cf64414d4c7fa497c9ddb83b7c066b3779c4d2.zip |
add ingest request transform (and test)
Diffstat (limited to 'python/tests/transform_tests.py')
-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, |