Fix linter error

This commit is contained in:
Michael B. Gale
2026-04-30 11:26:12 +01:00
parent 7a818e6977
commit bac7fdaf42
+1 -1
View File
@@ -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,