mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add ProblemDetailJacksonMixin
Closes gh-28665
This commit is contained in:
+1
-3
@@ -433,9 +433,7 @@ public class RequestResponseBodyMethodProcessorTests {
|
||||
"{\"type\":\"about:blank\"," +
|
||||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
"\"instance\":\"/path\"}");
|
||||
}
|
||||
|
||||
@Test // SPR-13135
|
||||
|
||||
Reference in New Issue
Block a user