szaszm commented on code in PR #1349: URL: https://github.com/apache/nifi-minifi-cpp/pull/1349#discussion_r907394113
########## 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: Thanks! These kinds of issues are only optical, but can't cause real issues. The compiler (or even your editor/IDE) catches them all, early. -- 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