diff --git a/internal/agent/rest.go b/internal/agent/rest.go index 69cc337..5348abb 100644 --- a/internal/agent/rest.go +++ b/internal/agent/rest.go @@ -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