lordgamez commented on code in PR #1895:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1895#discussion_r1981336693
##########
libminifi/test/unit/JsonFlowSerializerTests.cpp:
##########
@@ -553,18 +554,18 @@ constexpr std::string_view
config_json_with_nifi_schema_part_2 = R"(
}
)";
-const utils::crypto::Bytes secret_key =
utils::string::from_hex("75536923a75928a970077f9dae2c2b166a5413e020cb5190de4fb8edce1a38c7");
-const utils::crypto::EncryptionProvider encryption_provider{secret_key};
+const minifi::utils::crypto::Bytes secret_key =
minifi::utils::string::from_hex("75536923a75928a970077f9dae2c2b166a5413e020cb5190de4fb8edce1a38c7");
+const minifi::utils::crypto::EncryptionProvider
encryption_provider{secret_key};
Review Comment:
It had to be changed after adding the namespace
org::apache::nifi::minifi::test because the compiler would look for
minifi::test::utils instead of minifi::utils.
--
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]