From bac7fdaf42d3deb2b785e295a1c0f84fcdf1bdfc Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 30 Apr 2026 11:26:12 +0100 Subject: [PATCH] Fix linter error --- src/start-proxy/reachability.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start-proxy/reachability.test.ts b/src/start-proxy/reachability.test.ts index e6301aa18..dc205d0b3 100644 --- a/src/start-proxy/reachability.test.ts +++ b/src/start-proxy/reachability.test.ts @@ -125,7 +125,7 @@ test("checkConnections - appends extra paths", async (t) => { const checkConnection = sinon.stub(backend, "checkConnection").resolves(200); const messages = await withRecordingLoggerAsync(async (logger) => { - const reachable = await checkConnections( + await checkConnections( logger, { ...proxyInfo,