mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00: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