diff --git a/tests/test_index.py b/tests/test_index.py index 7fdc276..cda7068 100644 --- a/tests/test_index.py +++ b/tests/test_index.py @@ -2,5 +2,5 @@ def test_index(): - response = requests.get("http://127.0.0.1:5000/") - assert response.status_code == 200 \ No newline at end of file + response = requests.get("http://127.1:5000/") + assert response.status_code == 200