This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch fix_kinesis_feature
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 2bededf70e2fa487421b06bc8aa6057c4c31be9c
Author: Martin Zink <[email protected]>
AuthorDate: Fri Jul 11 16:54:56 2025 +0200

    Fix kinesis.feature
---
 docker/test/integration/features/kinesis.feature | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/test/integration/features/kinesis.feature 
b/docker/test/integration/features/kinesis.feature
index 2f68fd77c..95f5464fb 100644
--- a/docker/test/integration/features/kinesis.feature
+++ b/docker/test/integration/features/kinesis.feature
@@ -29,6 +29,7 @@ Feature: Sending data from MiNiFi-C++ to an AWS Kinesis server
     And a PutFile processor with the "Directory" property set to "/tmp/output"
     And the "success" relationship of the GetFile processor is connected to 
the PutKinesisStream
     And the "success" relationship of the PutKinesisStream processor is 
connected to the PutFile
+    And the "failure" relationship of the PutKinesisStream processor is 
connected to the PutKinesisStream
 
     And a kinesis server is set up in correspondence with the PutKinesisStream
 

Reply via email to