Skip to content

Commit

Permalink
test: add new config options to mocked config #350
Browse files Browse the repository at this point in the history
- This should allow the tests to pass now
  • Loading branch information
MRichards99 committed Mar 29, 2022
1 parent 4a92ac0 commit 75560b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def test_config_data():
"extension": "/search-api",
"icat_url": "https://localhost.testdomain:8181",
"icat_check_cert": True,
"mechanism": "anon",
"username": "",
"password": "",
},
"flask_reloader": False,
"log_level": "WARN",
Expand Down

0 comments on commit 75560b3

Please sign in to comment.