Skip to content

Commit

Permalink
refactor: change tes url to docker.host.internal
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Sep 1, 2024
1 parent d7a378d commit 09d1e94
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://localhost:8000/v1"
TES_URL = "http://host.docker.internal:8000/v1"
HEADERS = {"accept": "application/json", "Content-Type": "application/json"}
WAIT_STATUSES = ("UNKNOWN", "INITIALIZING", "RUNNING", "QUEUED")

Expand Down

0 comments on commit 09d1e94

Please sign in to comment.