fjtirado commented on code in PR #1930:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/1930#discussion_r1415370115
##########
jobs-service/jobs-service-common/src/test/java/org/kie/kogito/jobs/service/resource/CommonBaseJobResourceTest.java:
##########
@@ -66,6 +69,10 @@ public abstract class CommonBaseJobResourceTest {
void init() {
//health check - wait to be ready
awaitReadyHealthCheck(1, MINUTES);
+ RestAssured.config = RestAssuredConfig.config().objectMapperConfig(new
ObjectMapperConfig().jackson2ObjectMapperFactory(
+ (cls, charset) -> {
+ return objectMapper;
Review Comment:
Can we setup here the date compariso so we can continue using assertEquals?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]