Add ProblemDetailJacksonMixin
Closes gh-28665
This commit is contained in:
@@ -148,9 +148,7 @@ public class ResponseBodyResultHandlerTests {
|
||||
"{\"type\":\"about:blank\"," +
|
||||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
"\"instance\":\"/path\"}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -259,9 +259,7 @@ public class ResponseEntityResultHandlerTests {
|
||||
"{\"type\":\"about:blank\"," +
|
||||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
"\"instance\":\"/path\"}");
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -280,9 +278,7 @@ public class ResponseEntityResultHandlerTests {
|
||||
"{\"type\":\"about:blank\"," +
|
||||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
"\"instance\":\"/path\"}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user