|
|
|
|
@ -260,7 +260,8 @@ public class ResponseEntityResultHandlerTests {
@@ -260,7 +260,8 @@ public class ResponseEntityResultHandlerTests {
|
|
|
|
|
"\"title\":\"Bad Request\"," + |
|
|
|
|
"\"status\":400," + |
|
|
|
|
"\"detail\":null," + |
|
|
|
|
"\"instance\":\"/path\"}"); |
|
|
|
|
"\"instance\":\"/path\"," + |
|
|
|
|
"\"properties\":null}"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
@ -280,7 +281,8 @@ public class ResponseEntityResultHandlerTests {
@@ -280,7 +281,8 @@ public class ResponseEntityResultHandlerTests {
|
|
|
|
|
"\"title\":\"Bad Request\"," + |
|
|
|
|
"\"status\":400," + |
|
|
|
|
"\"detail\":null," + |
|
|
|
|
"\"instance\":\"/path\"}"); |
|
|
|
|
"\"instance\":\"/path\"," + |
|
|
|
|
"\"properties\":null}"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|