Skip to content

Commit

Permalink
Fixing confTest with the mising values
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Jan 26, 2023
1 parent 7cb0747 commit 84313ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ def test_config_data():
"mechanism": "anon",
"username": "",
"password": "",
"scoring_enabled": False,
"scoring_server": "http://localhost:9000/score",
"scoring_group": "investigation",
"scoring_limit": 1000,
},
"flask_reloader": False,
"log_level": "WARN",
Expand Down

0 comments on commit 84313ff

Please sign in to comment.