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 65f0d1b commit 6849f57
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 @@ -51,9 +51,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,
INDEXER_DEFAULT_INDEX="records-record-v1.0.0",
)
Expand Down

0 comments on commit 6849f57

Please sign in to comment.