Fix build failures

This commit is contained in:
rstoyanchev 2022-06-24 13:58:34 +01:00
parent 22a750f378
commit 4ed581cdd7
2 changed files with 6 additions and 3 deletions

View File

@ -149,7 +149,8 @@ public class ResponseBodyResultHandlerTests {
"\"title\":\"Bad Request\"," +
"\"status\":400," +
"\"detail\":null," +
"\"instance\":\"/path\"}");
"\"instance\":\"/path\"," +
"\"properties\":null}");
}
@Test

View File

@ -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