From 3c720fa0d6ca046c8a210ea88598131bef81fa68 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 10 Nov 2021 17:02:52 -0800 Subject: Revert "pull GROBID refs along with crossref records into bundles" This reverts commit c164970449a392b5165d903d213c2bb51f2a187f. Didn't mean to merge this to master just yet. --- tests/test_work_pipeline.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_work_pipeline.py b/tests/test_work_pipeline.py index bc8a79a..a28f728 100644 --- a/tests/test_work_pipeline.py +++ b/tests/test_work_pipeline.py @@ -73,7 +73,7 @@ def test_run_transform(mocker: Any) -> None: responses.add( responses.GET, - "http://disabled-during-tests-bogus.xyz:3333/crossref_with_refs?doi=eq.10.7717%2Fpeerj.4375", + "http://disabled-during-tests-bogus.xyz:3333/crossref?doi=eq.10.7717%2Fpeerj.4375", status=200, json=[ { @@ -83,7 +83,6 @@ def test_run_transform(mocker: Any) -> None: "title": "something", "TODO_better_object": 3, }, - "refs_json": [], } ], ) -- cgit v1.2.3