Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def test_positive_capsule_pub_url_accessible(self, module_capsule_configured):
assert b'katello-server-ca.crt' in response.content

@pytest.mark.upgrade
@pytest.mark.parametrize('endpoint', ['pulpcore'])
@pytest.mark.parametrize('endpoint', ['pulpcore', 'katello'])
def test_flatpak_endpoint(self, target_sat, module_capsule_configured, endpoint):
"""Ensure the Capsules's local flatpak index endpoint is up after install or upgrade.

Expand Down