diff --git a/tests/integration_tests/modules/test_apt.py b/tests/integration_tests/modules/test_apt.py index 6b17512a5be..dddaca0b6a3 100644 --- a/tests/integration_tests/modules/test_apt.py +++ b/tests/integration_tests/modules/test_apt.py @@ -154,7 +154,7 @@ def test_ppa_source(self, class_client: IntegrationInstance): ) host = "launchpad" if release == "jammy" else "launchpadcontent" assert ( - f"http://ppa.{host}.net/simplestreams-dev/trunk/ubuntu" + f"://ppa.{host}.net/simplestreams-dev/trunk/ubuntu" in ppa_path_contents )