diff --git a/tests/foreman/api/test_capsulecontent.py b/tests/foreman/api/test_capsulecontent.py index 64576b04764..edbc77ea1d6 100644 --- a/tests/foreman/api/test_capsulecontent.py +++ b/tests/foreman/api/test_capsulecontent.py @@ -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.