Skip to content

Commit

Permalink
fix: tests, apply invenio-indexer change
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 6, 2024
1 parent aa1be1b commit f1c8709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def app():
OAISERVER_QUERY_PARSER_FIELDS=["title_statement"],
OAISERVER_RECORD_INDEX="_all",
OAISERVER_REGISTER_SET_SIGNALS=True,
INDEXER_DEFAULT_INDEX="records-record-v1.0.0",
)
if not hasattr(app, "cli"):
from flask_cli import FlaskCLI
Expand Down

0 comments on commit f1c8709

Please sign in to comment.