Polish DefaultUriBuilderFactory

This commit is contained in:
Rossen Stoyanchev
2018-07-16 15:36:53 -04:00
parent b915e42c38
commit 75e45103b5
3 changed files with 91 additions and 88 deletions

View File

@@ -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");