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

    https://github.com/apache/nifi/pull/2392#discussion_r161213119
  
    --- Diff: 
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/PutMongoTest.java
 ---
    @@ -166,6 +167,7 @@ public void testUpdateDoesNotInsert() throws Exception {
             byte[] bytes = documentToByteArray(doc);
     
             runner.setProperty(PutMongo.MODE, "update");
    +        runner.setProperty(PutMongo.UPSERT, "false");
    --- End diff --
    
    We don't.


---

Reply via email to