From 986455a241d594426a7c4646bbc697b780ef862c Mon Sep 17 00:00:00 2001 From: louiseschmidtgen Date: Thu, 13 Jun 2024 10:50:31 +0200 Subject: [PATCH] update ingress test --- tests/integration/tests/test_ingress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/tests/test_ingress.py b/tests/integration/tests/test_ingress.py index 54e778341..cf65120a0 100644 --- a/tests/integration/tests/test_ingress.py +++ b/tests/integration/tests/test_ingress.py @@ -16,7 +16,7 @@ def test_ingress(session_instance: List[harness.Instance]): util.stubbornly(retries=5, delay_s=2).on(session_instance).until( lambda p: "ingress" in p.stdout.decode() - ).exec(["k8s", "kubectl", "get", "service", "-n", "kube-system", "-o", "json"]) + ).exec(["k8s", "kubectl", "get", "service", "-A", "-o", "json"]) p = session_instance.exec( [