Skip to content

Commit

Permalink
tests: fix default index config
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 16, 2024
1 parent 56d430a commit bf3935c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def app():
),
SQLALCHEMY_TRACK_MODIFICATIONS=True,
SERVER_NAME="app",
INDEXER_DEFAULT_INDEX="records-record-v1.0.0",
OAISERVER_ID_PREFIX="oai:inveniosoftware.org:recid/",
OAISERVER_QUERY_PARSER_FIELDS=["title_statement"],
OAISERVER_RECORD_INDEX="_all",
OAISERVER_RECORD_INDEX="records-record-v1.0.0",
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 bf3935c

Please sign in to comment.