diff --git a/tests/tasks/test_tasks.py b/tests/tasks/test_tasks.py index 462ee5b..bbe7794 100644 --- a/tests/tasks/test_tasks.py +++ b/tests/tasks/test_tasks.py @@ -14,7 +14,7 @@ ) from tests.utils import INPUT_TEXT, S3_BUCKET_ENDPOINT, timeout -TES_URL = "http://host.docker.internal:8000/v1" +TES_URL = "http://localhost:8000/v1" HEADERS = {"accept": "application/json", "Content-Type": "application/json"} WAIT_STATUSES = ("UNKNOWN", "INITIALIZING", "RUNNING", "QUEUED")