From 1555846df2e51d6521c1b766f93557d960ec6729 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 3 Oct 2024 15:15:56 -0400 Subject: [PATCH] fix(TALE-34): use the http coded URL for socket --- app/integration/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/integration/docker.ts b/app/integration/docker.ts index e4926a8..b87e138 100644 --- a/app/integration/docker.ts +++ b/app/integration/docker.ts @@ -67,7 +67,7 @@ export default createIntegration({ return false } - context.client = new Client(url.href) + context.client = new Client(fetchU) } // Check if the socket is accessible