mirror of
https://github.com/apple/pkl.git
synced 2026-06-10 15:52:50 +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) }
|
||||
.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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user