Github user ottobackwards commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2969#discussion_r213383530
  
    --- Diff: 
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java
 ---
    @@ -173,6 +175,29 @@
                 
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
                 .build();
     
    --- End diff --
    
    When I run the tests in intellij ( I did do a PR, but there was too much 
shrapnel ), the tests that compare the content to the known values fail, 
because the json is pretty printed in the result but not the expected.


---

Reply via email to