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 12, 2024
1 parent 423e4ac commit d72cbfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ 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,
)
if not hasattr(app, "cli"):
Expand Down

0 comments on commit d72cbfb

Please sign in to comment.