Skip to content

Commit 86dc9f3

Browse files
jnagare-redhatrmynar
authored andcommitted
content-access-mode-all option appears to be no longer needed or supported (SatelliteQE#20831)
1 parent 7f56958 commit 86dc9f3

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)