Skip to content

Commit

Permalink
Repo discovery fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 16, 2023
1 parent be032ef commit 661b287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/foreman/api/test_http_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ def test_positive_end_to_end(setup_http_proxy, module_target_sat, module_manifes
"id": module_manifest_org.id,
"url": 'quay.io',
"content_type": "docker",
"search": 'quay/busybox',
"search": 'foreman/foreman',
}
)
assert len(yum_repo['output']) >= 1
assert 'quay/busybox' in yum_repo['output']
assert len(yum_repo['output']) > 0
assert yum_repo['result'] == 'success'


@pytest.mark.upgrade
Expand Down

0 comments on commit 661b287

Please sign in to comment.