Merge branch '1.2.x'
This commit is contained in:
@@ -38,8 +38,8 @@ public class SampleJersey1ApplicationTests {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
assertEquals("Hello World", new TestRestTemplate().getForObject(
|
||||
"http://localhost:" + this.port + "/", String.class));
|
||||
assertEquals("Hello World", new TestRestTemplate()
|
||||
.getForObject("http://localhost:" + this.port + "/", String.class));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user