Skip to content

Commit

Permalink
update ingress test
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jun 13, 2024
1 parent d4665f5 commit 986455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
[
Expand Down

0 comments on commit 986455a

Please sign in to comment.