mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user