Skip to content

Commit

Permalink
revert: change back to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Sep 1, 2024
1 parent 09d1e94 commit f109bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit f109bfd

Please sign in to comment.