Skip to content

Commit

Permalink
Change package to one that doesn't cause dependency issues on RHEL8
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Jan 25, 2024
1 parent 0ba74a6 commit 4323028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 4323028

Please sign in to comment.