Skip to content

Commit

Permalink
little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jun 13, 2024
1 parent 986455a commit 811dd63
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 @@ -34,7 +34,7 @@ def test_ingress(session_instance: List[harness.Instance]):
util.stubbornly(retries=15, delay_s=2).on(session_instance).until(
lambda p: "ck-ingress" in p.stdout.decode()
).exec(["k8s", "kubectl", "get", "ingressclass", "ck-ingress", "-o", "json"])
LOG.INFO("Ingress class showed up.")
LOG.info("Ingress class showed up.")

ingress_http_port = None
services = json.loads(p.stdout.decode())
Expand Down

0 comments on commit 811dd63

Please sign in to comment.