mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Polish DefaultUriBuilderFactory
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public class HeaderAndCookieTests {
|
||||
|
||||
@Test
|
||||
public void headerMultipleValues() throws Exception {
|
||||
this.client.get().uri("header-multi-value")
|
||||
this.client.get().uri("/header-multi-value")
|
||||
.exchange()
|
||||
.expectStatus().isOk()
|
||||
.expectHeader().valueEquals("h1", "v1", "v2", "v3");
|
||||
|
||||
Reference in New Issue
Block a user