Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-01-17 09:57:53 +01:00
9 changed files with 21 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ public class SampleHypermediaUiSecureApplicationTests {
}
@Test
public void testInSecureNestedPath() throws Exception {
public void testInsecureNestedPath() throws Exception {
ResponseEntity<String> entity = this.restTemplate.getForEntity("/env",
String.class);
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK);