Skip to content
Snippets Groups Projects
Commit 0c876c44 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#7: Small change to server to trigger server pipeline

parent a55e3eb8
No related branches found
No related tags found
1 merge request!12Issue/7 add test coverage report
Pipeline #34129 passed
...@@ -9,7 +9,6 @@ def app(): ...@@ -9,7 +9,6 @@ def app():
with app.app_context(): with app.app_context():
db.drop_all() db.drop_all()
db.create_all() db.create_all()
return app return app
......
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