From c6040e42a85940cdbf60b930c49673be4eef72ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 2 Oct 2015 14:06:10 +0200 Subject: [PATCH] Fix typo --- .../autoconfigure/web/BasicErrorControllerIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);