Skip to content

Commit

Permalink
Fix test_content_guarded_distributions_option
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Apr 17, 2024
1 parent 3d28563 commit 98c338e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ def test_content_guarded_distributions_option(
)[0]
rh_repo.sync()
assert (
"403: [('PEM routines', 'get_name', 'no start line')]"
"403"
in sat_non_default_install.execute(
f'curl https://{sat_non_default_install.hostname}/pulp/content/{org.label}'
f'/Library/content/dist/layered/rhel8/x86_64/ansible/2.9/os/'
Expand Down

0 comments on commit 98c338e

Please sign in to comment.