Skip to content

Commit c0fb0e5

Browse files
content-access-mode-all option appears to be no longer needed or supported (#20831)
1 parent ba62def commit c0fb0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robottelo/host_helpers/repository_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def setup_activation_key(
707707
)
708708
if override is not None:
709709
for repo in self.satellite.cli.ActivationKey.product_content(
710-
{'id': activation_key['id'], 'content-access-mode-all': 1}
710+
{'id': activation_key['id']}
711711
):
712712
self.satellite.cli.ActivationKey.content_override(
713713
{

0 commit comments

Comments
 (0)