Skip to content

Commit

Permalink
agent/rest: Fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Tupangiu <cosmin@redhat.com>
  • Loading branch information
tupyy committed Oct 16, 2024
1 parent 32b79e5 commit 8eda15e
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 8eda15e

Please sign in to comment.