mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Fix build failures
This commit is contained in:
+2
-1
@@ -149,7 +149,8 @@ public class ResponseBodyResultHandlerTests {
|
||||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"}");
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+4
-2
@@ -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 {
|
||||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"}");
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user