Skip to content

Commit

Permalink
tests: fix linked references
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 10, 2023
1 parent 2ee0427 commit fe00b8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/workflows/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ def mocked_external_services(workflow_app):
headers=_get_headers_for_hep_root_table_request(),
status_code=200,
)
requests_mocker.register_uri(
"POST",
"http://web:8000/api/matcher/linked_references/",
json={"references": []},
headers=_get_headers_for_hep_root_table_request(),
status_code=200,
)
if "INSPIREHEP_URL" in workflow_app.config:
# HEP record upload
requests_mocker.register_uri(
Expand Down

0 comments on commit fe00b8d

Please sign in to comment.