This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a commit to branch MINIFICPP-2876
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/MINIFICPP-2876 by this push:
new 95a2bc4e7 debug variable removed
95a2bc4e7 is described below
commit 95a2bc4e7d9534bcccd01a077408c51d47cde721
Author: Martin Zink <[email protected]>
AuthorDate: Tue Aug 4 17:47:46 2026 +0200
debug variable removed
---
extensions/standard-processors/tests/unit/ManifestTests.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/extensions/standard-processors/tests/unit/ManifestTests.cpp
b/extensions/standard-processors/tests/unit/ManifestTests.cpp
index ae058955d..e7045df0a 100644
--- a/extensions/standard-processors/tests/unit/ManifestTests.cpp
+++ b/extensions/standard-processors/tests/unit/ManifestTests.cpp
@@ -137,7 +137,6 @@ TEST_CASE("Test Dependent", "[dependent]") {
const auto standard_processor_bundle_coord = minifi::BundleCoordinate{.name
= "minifi-standard-processors",
.group_name = "org.apache.nifi.minifi",
.version = minifi::AgentBuild::VERSION};
- const auto class_desc =
minifi::ClassDescriptionRegistry::getClassDescriptions();
const auto standard_processors_components =
minifi::ClassDescriptionRegistry::getClassDescriptions().at(standard_processor_bundle_coord);
auto serialized =
minifi::state::response::serializeComponentManifest(standard_processors_components);
REQUIRE_FALSE(serialized.empty());