3 lines
92 B
Python
3 lines
92 B
Python
def test_health(app_client):
|
|
rv = app_client.get('/health')
|
|
assert rv.status_code == 200 |