Skip to content

Commit

Permalink
Merge pull request #44 from tupyy/lint
Browse files Browse the repository at this point in the history
agent/rest: Fix lint error
  • Loading branch information
tupyy authored Oct 16, 2024
2 parents 32b79e5 + 8eda15e commit ebba26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/agent/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func testVmwareConnection(requestCtx context.Context, log *log.PrefixLogger, cre
return http.StatusBadRequest, err
}

client.Logout(ctx)
_ = client.Logout(ctx)
client.CloseIdleConnections()

return http.StatusAccepted, nil
Expand Down

0 comments on commit ebba26a

Please sign in to comment.