martinzink commented on code in PR #1349: URL: https://github.com/apache/nifi-minifi-cpp/pull/1349#discussion_r907293622
########## libminifi/test/SingleProcessorTestController.h: ########## @@ -57,6 +58,14 @@ class SingleProcessorTestController : public TestController { return trigger(); } + auto trigger(std::initializer_list<std::tuple<const std::string_view, std::unordered_map<std::string, std::string>>> flow_files) { Review Comment: Firstly I was a bit afraid of line endings like `}}}});` but on second thought `}})});` is maybe even worse Changed it in https://github.com/apache/nifi-minifi-cpp/pull/1349/commits/d3c6be5a692940d3f38fb22a7f892af8f0cfd3fe -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org