Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2601#discussion_r182589001
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/test/java/org/apache/nifi/processors/elasticsearch/TestQueryElasticsearchHttpNoHits.java
---
@@ -142,7 +142,7 @@ public void
testQueryElasticsearchOnTrigger_Hits_NoHits() throws IOException {
runner.assertValid();
runner.setIncomingConnection(false);
- runAndVerify(3,1,0,true);
+ runAndVerify(3,0,0,true);
--- End diff --
Should we run this with both 1 and 0 for coverage? I haven't looked into
the parameter, just shooting from the hip :)
---