Skip to content

Commit bac7fda

Browse files
committed
Fix linter error
1 parent 7a818e6 commit bac7fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/start-proxy/reachability.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ test("checkConnections - appends extra paths", async (t) => {
125125
const checkConnection = sinon.stub(backend, "checkConnection").resolves(200);
126126

127127
const messages = await withRecordingLoggerAsync(async (logger) => {
128-
const reachable = await checkConnections(
128+
await checkConnections(
129129
logger,
130130
{
131131
...proxyInfo,

0 commit comments

Comments
 (0)