From 43230288c037a3c5ff82f3a583900be6b8e27711 Mon Sep 17 00:00:00 2001 From: Lukas Hellebrandt Date: Fri, 26 Jan 2024 00:30:52 +0100 Subject: [PATCH] Change package to one that doesn't cause dependency issues on RHEL8 --- tests/foreman/cli/test_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/cli/test_host.py b/tests/foreman/cli/test_host.py index 5a32fccf06d..2b9985b5b08 100644 --- a/tests/foreman/cli/test_host.py +++ b/tests/foreman/cli/test_host.py @@ -2703,7 +2703,7 @@ def test_positive_create_and_update_with_content_source( ) # test that the new content source is really used to get content - package = 'bc' + package = 'at' assert rhel_contenthost.execute(f'rpm -q {package}').status != 0 assert rhel_contenthost.execute(f'dnf -y install {package}').status != 0 target_sat.cli.Capsule.content_synchronize({'name': module_capsule_configured.hostname})