-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove artifacts of autoheal #3479
Conversation
Removed what remained after removing the `autoheal` option from Action clients (ENT-5549). Card IDs: * CCT-603 Signed-off-by: Štěpán Tomsa <stomsa@redhat.com>
@ptoscano May I ask you for a review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -38,7 +38,6 @@ | |||
"releaseVer": {"id": 1, "releaseVer": "123123"}, | |||
"serviceLevel": "Pro Turbo HD Plus Ultra", | |||
"owner": {"key": "admin"}, | |||
"autoheal": 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ptoscano This looks like a sample answer from Candlepin too. Reverted then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interestingly, a similar CONSUMER_DATA
object in test_identitycertlib.py
doesn’t include the autodial
key.
Removed what remained after removing the
autoheal
option from Action clients.Parts of option was removed in #3451 and #3225 for CCT-717 and ENT-5549.
Card IDs: