def test_health_endpoint(self): """Assert that the health endpoint works.""" response = app.test_client().get('/health') self.assertEquals(response.data, ';-)')