Files
astra-personal-information/tests/test_app.py
dderbentsov bc339cefb9 first
2023-07-13 01:25:29 +03:00

3 lines
92 B
Python

def test_health(app_client):
rv = app_client.get('/health')
assert rv.status_code == 200