mirror of
https://github.com/apple/pkl.git
synced 2026-07-06 21:15:12 +02:00
Fix test (#1667)
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:
@@ -260,7 +260,7 @@ class HttpClientTest {
|
|||||||
assertThatCode { client.send(request, HttpResponse.BodyHandlers.ofString(), NoopChecker) }
|
assertThatCode { client.send(request, HttpResponse.BodyHandlers.ofString(), NoopChecker) }
|
||||||
.hasMessageContaining(
|
.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()
|
.trimIndent()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user