mirror of
https://github.com/github/codeql-action
synced 2026-05-25 15:00:36 +03:00
Fix linter error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user