From f109bfd3b70c644d8d01c77bb3b6d1537637d418 Mon Sep 17 00:00:00 2001 From: Athitheya Gobinathan Date: Sun, 1 Sep 2024 15:41:18 -0400 Subject: [PATCH] revert: change back to localhost --- tests/tasks/test_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")