first
This commit is contained in:
3
tests/test_app.py
Normal file
3
tests/test_app.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def test_health(app_client):
|
||||
rv = app_client.get('/health')
|
||||
assert rv.status_code == 200
|
||||
Reference in New Issue
Block a user