Skip to content

Commit

Permalink
Use example from issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Nov 1, 2024
1 parent 0d4846c commit 506f174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kr8s/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async def test_certs_with_encoded_line_breaks(kubeconfig_with_line_breaks_in_cer
[
("localhost", "8080", "https://localhost:8080"),
("9.9.9.9", "1234", "https://9.9.9.9:1234"),
("2001:db8::", "8080", "https://[2001:db8::]:8080"),
("fd97:3495:4300::1", "443", "https://[fd97:3495:4300::1]:443"),
("kubernetes.default.svc", "8080", "https://kubernetes.default.svc:8080"),
],
)
Expand Down

0 comments on commit 506f174

Please sign in to comment.