mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Update WebTestClient builder
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ public class HeaderTests {
|
||||
public void setUp() throws Exception {
|
||||
this.client = WebTestClient
|
||||
.bindToController(new TestController())
|
||||
.webClientSpec().baseUrl("/header")
|
||||
.configureClient().baseUrl("/header")
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user