Fix the test suite

master
Thomas Sileo 2018-05-20 22:55:52 +02:00
rodzic 31b9010ced
commit 525ba4e284
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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