Skip to content

Commit

Permalink
use rhc_not_configured to comply with OpenAPI spec (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidefaz authored Nov 30, 2023
1 parent cdda344 commit c33ae6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func getRHCStatus(hostDetails []inventory.HostDetails, orgID OrgId) RecipientWit
hostIDs[i] = host.ID
}

return formatConnectionResponse(nil, nil, nil, orgID, hostIDs, "none", "no_rhc")
return formatConnectionResponse(nil, nil, nil, orgID, hostIDs, "none", "rhc_not_configured")
}

func concatResponses(satellite []RecipientWithConnectionInfo, directConnect []RecipientWithConnectionInfo, noRHC []RecipientWithConnectionInfo) []RecipientWithConnectionInfo {
Expand Down

0 comments on commit c33ae6e

Please sign in to comment.