Fix up unit tests after tower to controller rename

This commit is contained in:
Alan Rominger
2021-06-17 13:43:52 -04:00
committed by Shane McDonald
parent b64c2d6861
commit 8c1bc97c2f
6 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ __all__ = [
'STANDARD_INVENTORY_UPDATE_ENV',
]
CLOUD_PROVIDERS = ('azure_rm', 'ec2', 'gce', 'vmware', 'openstack', 'rhv', 'satellite6', 'tower', 'insights')
CLOUD_PROVIDERS = ('azure_rm', 'ec2', 'gce', 'vmware', 'openstack', 'rhv', 'satellite6', 'controller', 'insights')
PRIVILEGE_ESCALATION_METHODS = [
('sudo', _('Sudo')),
('su', _('Su')),