Skip to content

Commit

Permalink
test: fix tests #398
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 10, 2023
1 parent b3fffc2 commit 4637d48
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,13 @@ def test_config_data():
"mechanism": "anon",
"username": "",
"password": "",
"scoring_enabled": False,
"scoring_server": "http://localhost:9000/score",
"scoring_group": "investigation",
"scoring_limit": 1000,
"search_scoring": {
"enabled": False,
"api_url": "http://localhost:9000/score",
"api_request_timeout": 5,
"group": "documents",
"scoring_limit": 1000
}
},
"flask_reloader": False,
"log_level": "WARN",
Expand Down

0 comments on commit 4637d48

Please sign in to comment.