Skip to content

Commit

Permalink
Revert cli_factory change
Browse files Browse the repository at this point in the history
  • Loading branch information
LadislavVasina1 committed Dec 9, 2024
1 parent 2daf512 commit 066db48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions robottelo/host_helpers/cli_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,7 @@ def setup_org_for_a_custom_repo(self, options=None):
custom_repo = self._satellite.cli.Repository.info({'id': custom_repo['id']})
# Force flag added in hammer-cli-katello#977
self._satellite.cli.ActivationKey.content_override(
{
'id': activationkey_id,
'content-label': custom_repo['content-label'],
'value': 'true',
'force': 'true',
}
{'id': activationkey_id, 'content-label': custom_repo['content-label'], 'value': 'true'}
)
return {
'activationkey-id': activationkey_id,
Expand Down

0 comments on commit 066db48

Please sign in to comment.