vchag commented on code in PR #2962:
URL: https://github.com/apache/polaris/pull/2962#discussion_r2493110934
##########
runtime/service/src/test/java/org/apache/polaris/service/events/listeners/aws/cloudwatch/AwsCloudWatchEventListenerTest.java:
##########
@@ -86,17 +92,22 @@ class AwsCloudWatchEventListenerTest {
private ExecutorService executorService;
private AutoCloseable mockitoContext;
+ private ObjectMapper objectMapper;
@BeforeEach
void setUp() {
mockitoContext = MockitoAnnotations.openMocks(this);
executorService = Executors.newSingleThreadExecutor();
+ // Build the test mapper and apply the same customizations Quarkus would
+ objectMapper = new ObjectMapper();
Review Comment:
Done.
--
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]