See gh-8004
This commit is contained in:
Johnny Lim
2017-01-17 13:24:38 +09:00
committed by Stephane Nicoll
parent 69e7e31b1c
commit acc36c076d
7 changed files with 12 additions and 18 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);