We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WebFluxDslTests
1 parent b7e928b commit 8d1d0ecCopy full SHA for 8d1d0ec
spring-integration-webflux/src/test/java/org/springframework/integration/webflux/dsl/WebFluxDslTests.java
@@ -313,7 +313,7 @@ public void testValidation() {
313
this.webTestClient.post().uri("/validation")
314
.headers(headers -> headers.setBasicAuth("guest", "guest"))
315
.contentType(MediaType.APPLICATION_JSON)
316
- .body("{\"name\": \"\"}")
+ .bodyValue("{\"name\": \"\"}")
317
.exchange()
318
.expectStatus().isBadRequest();
319
0 commit comments