diff --git a/robottelo/hosts.py b/robottelo/hosts.py index c0d06106d2..70789cf6bb 100644 --- a/robottelo/hosts.py +++ b/robottelo/hosts.py @@ -1663,7 +1663,7 @@ def capsule_setup(self, sat_host=None, capsule_cert_opts=None, **installer_kwarg """Prepare the host and run the capsule installer""" self._satellite = sat_host or Satellite() - if settings.robottelo.rhelsource == "ga": + if settings.robottelo.rhel_source == "ga": # Register capsule host to CDN and enable repos result = self.register_contenthost( org=None,