diff --git a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java index c5c33356503..74ef7dfedef 100644 --- a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java +++ b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/BasicErrorControllerIntegrationTests.java @@ -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 entity = new TestRestTemplate().getForEntity( createUrl("?trace=true"), Map.class);