diff --git a/tests/integration_test.py b/tests/integration_test.py index 3595ca4..7b8510f 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -4,4 +4,4 @@ def test_ping_homepage(): """Ensure the homepage is accessible.""" resp = requests.get('http://localhost:5005') resp.raise_for_status() - assert 'ci@localhost' in resp.text + assert resp.status_code == 200