mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Fix WebClientTest calls
Update calls to WebClientTest following upstream changes.
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class SampleWebFluxApplicationTests {
|
||||
@Test
|
||||
public void testWelcome() throws Exception {
|
||||
this.webClient.get().uri("/").accept(MediaType.TEXT_PLAIN).exchange()
|
||||
.expectBody(String.class).value().isEqualTo("Hello World");
|
||||
.expectBody(String.class).isEqualTo("Hello World");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user