The previous PR (https://github.com/apple/pkl/pull/1637) got auto-merged
by mistake; there's a failing test here
This commit is contained in:
Daniel Chao
2026-06-08 14:11:49 -07:00
committed by GitHub
parent d012285f7d
commit 391329c1fa
@@ -260,7 +260,7 @@ class HttpClientTest {
assertThatCode { client.send(request, HttpResponse.BodyHandlers.ofString(), NoopChecker) }
.hasMessageContaining(
"""
Cannot follow HTTP redirect because the response Location header has a malformed URI.
Cannot follow HTTP redirect because the response 'Location' header has a malformed URI.
"""
.trimIndent()
)