Skip to content
Snippets Groups Projects
Commit b3e70fca authored by Johannes Zumthurm's avatar Johannes Zumthurm
Browse files

this is it I can feel it!

parent 75404741
No related branches found
No related tags found
1 merge request!677Gitlab ci
Pipeline #287446 passed
...@@ -117,7 +117,7 @@ class WebTest(unittest.TestCase, FixtureMixin): ...@@ -117,7 +117,7 @@ class WebTest(unittest.TestCase, FixtureMixin):
config = {} config = {}
config.update(extra_config) config.update(extra_config)
self.app = bootstrap.create_app( self.app = bootstrap.create_app(
config_file='./tests/config.py', **config) config_file='amivapi/tests/config.py', **config)
self.app.response_class = TestResponse self.app.response_class = TestResponse
self.app.test_client_class = TestClient self.app.test_client_class = TestClient
self.app.test_mails = [] self.app.test_mails = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment