Fix build failures
This commit is contained in:
parent
22a750f378
commit
4ed581cdd7
|
|
@ -149,7 +149,8 @@ public class ResponseBodyResultHandlerTests {
|
|||
"\"title\":\"Bad Request\"," +
|
||||
"\"status\":400," +
|
||||
"\"detail\":null," +
|
||||
"\"instance\":\"/path\"}");
|
||||
"\"instance\":\"/path\"," +
|
||||
"\"properties\":null}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue