This commit is contained in:
Stephane Nicoll 2015-10-02 14:06:10 +02:00
parent b2c3e7e2ed
commit c6040e42a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);