lordgamez commented on code in PR #1812:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1812#discussion_r1642832343
##########
extensions/standard-processors/tests/unit/GetFileTests.cpp:
##########
@@ -292,3 +292,26 @@ TEST_CASE("GetFile sets attributes correctly") {
CHECK(flow_file->getAttribute(minifi::core::SpecialFlowAttribute::FILENAME) ==
"beta.txt");
}
}
+
+TEST_CASE("GetFile can use expression language in Directory property") {
Review Comment:
Thanks! Updated in 70c7209706b5acda7b95051f57fad8168bdd7712
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]