diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt index fe1dc9d74..a26de7909 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt @@ -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() )