"""Test the application health check.""" def test_hello(client): """Test hello handler success.""" response = client.get('/hello/') assert response.status_code == 200