MikeThomsen commented on a change in pull request #4068: NIFI-6293 - Add
support to Mongo Extended JSON to RunMongoAggregation Query
URL: https://github.com/apache/nifi/pull/4068#discussion_r392672831
##########
File path:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/RunMongoAggregationIT.java
##########
@@ -124,6 +124,33 @@ public void testAggregation() throws Exception {
}
}
+ @Test
+ public void testExtendedJsonSupport() throws Exception {
Review comment:
You should probably seed the collection with test data that explicitly tests
the behavior.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services