Fix typo
This commit is contained in:
parent
b2c3e7e2ed
commit
c6040e42a8
|
|
@ -94,7 +94,7 @@ public class BasicErrorControllerIntegrationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@SuppressWarnings("rawtypes")
|
@SuppressWarnings("rawtypes")
|
||||||
public void testErrorForMachineClientTracePramamStacktrace() throws Exception {
|
public void testErrorForMachineClientTraceParamStacktrace() throws Exception {
|
||||||
load("--server.error.include-stacktrace=on-trace-param");
|
load("--server.error.include-stacktrace=on-trace-param");
|
||||||
ResponseEntity<Map> entity = new TestRestTemplate().getForEntity(
|
ResponseEntity<Map> entity = new TestRestTemplate().getForEntity(
|
||||||
createUrl("?trace=true"), Map.class);
|
createUrl("?trace=true"), Map.class);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue