Merge branch '6.1.x'

This commit is contained in:
Sébastien Deleuze
2024-05-02 11:08:30 +02:00

View File

@@ -672,7 +672,7 @@ Kotlin::
val result = client.get().uri("/persons/1")
.exchange()
.expectStatus().isOk()
.expectBody(Person::class.java)
.expectBody<Person>()
.returnResult()
// For a response without a body