lordgamez commented on code in PR #1963:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1963#discussion_r2197547240


##########
extensions/standard-processors/tests/unit/ManifestTests.cpp:
##########
@@ -69,7 +69,7 @@ TEST_CASE("Test Valid Regex", "[validRegex]") {
   REQUIRE_FALSE(resp.children.empty());
   const auto &processors = resp.children[0];
   REQUIRE_FALSE(processors.children.empty());
-  const auto &proc_0 = processors.children[0];
+  const auto &proc_0 = "org.apache.nifi.minifi.processors.UpdateAttribute" != 
processors.children[0].name ? processors.children[0] : processors.children[1];

Review Comment:
   In this test we need a processor with properties and UpdateAttribute does 
not have any, I updated the name to `processor_with_properties` in 
https://github.com/apache/nifi-minifi-cpp/pull/1963/commits/f6c1da33f0910a2ce1d745744c1d3f3d05813774



-- 
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]

Reply via email to