Browse Source

Fix typo

pull/4077/merge
Stephane Nicoll 10 years ago
parent
commit
c6040e42a8
  1. 2
      spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java

2
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java

@ -94,7 +94,7 @@ public class BasicErrorControllerIntegrationTests { @@ -94,7 +94,7 @@ public class BasicErrorControllerIntegrationTests {
@Test
@SuppressWarnings("rawtypes")
public void testErrorForMachineClientTracePramamStacktrace() throws Exception {
public void testErrorForMachineClientTraceParamStacktrace() throws Exception {
load("--server.error.include-stacktrace=on-trace-param");
ResponseEntity<Map> entity = new TestRestTemplate().getForEntity(
createUrl("?trace=true"), Map.class);

Loading…
Cancel
Save