Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2292#discussion_r153658243
--- Diff:
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/src/test/java/org/apache/nifi/processors/kafka/pubsub/TestPublisherLease.java
---
@@ -191,4 +204,37 @@ public Object answer(InvocationOnMock invocation)
throws Throwable {
verify(producer, times(1)).flush();
}
+
+ @Test
--- End diff --
It ran to completion without errors.---
