diff --git a/conf/rh_cloud.yaml.template b/conf/rh_cloud.yaml.template index acaa5fc7b9..36a65f58dd 100644 --- a/conf/rh_cloud.yaml.template +++ b/conf/rh_cloud.yaml.template @@ -1,6 +1,6 @@ RH_CLOUD: TOKEN: this-isnt-the-token INSTALL_RHC: false - ORGANIZATION: org_name + ORGANIZATION: ACTIVATION_KEY: ak_name CRC_ENV: prod diff --git a/tests/foreman/ui/test_rhc.py b/tests/foreman/ui/test_rhc.py index 343e1d347d..46b2188df7 100644 --- a/tests/foreman/ui/test_rhc.py +++ b/tests/foreman/ui/test_rhc.py @@ -42,7 +42,7 @@ def module_rhc_org(module_target_sat): """Module level fixture for creating organization""" if settings.rh_cloud.crc_env == 'prod': org = module_target_sat.api.Organization( - name=settings.rh_cloud.organization or gen_string('alpha') + name=settings.rh_cloud.organization or 'satqe-rhc-org-' + gen_string('alpha') ).create() else: org = (