Skip to content

Commit

Permalink
Fixing rh cloud rhai failures (#16025)
Browse files Browse the repository at this point in the history
* Adding pit marker for tests

* Remove attribute from string

* remove commit
  • Loading branch information
ColeHiggins2 authored Sep 6, 2024
1 parent 5e021c9 commit e218d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest_fixtures/component/rh_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def rhcloud_registered_hosts(
for vm in mod_content_hosts:
vm.configure_rhai_client(
satellite=module_target_sat,
activation_key=rhcloud_activation_key.name,
activation_key=rhcloud_activation_key,
org=rhcloud_manifest_org,
rhel_distro=f"rhel{vm.os_version.major}",
)
Expand All @@ -53,7 +53,7 @@ def rhel_insights_vm(
)
rhel_contenthost.configure_rhai_client(
satellite=module_target_sat,
activation_key=rhcloud_activation_key.name,
activation_key=rhcloud_activation_key,
org=rhcloud_manifest_org,
rhel_distro=f"rhel{rhel_contenthost.os_version.major}",
)
Expand Down

0 comments on commit e218d5a

Please sign in to comment.