adamdebreceni commented on a change in pull request #839:
URL: https://github.com/apache/nifi-minifi-cpp/pull/839#discussion_r493437708
##########
File path: extensions/http-curl/tests/HTTPHandlers.h
##########
@@ -242,10 +242,6 @@ class FlowFileResponder : public ServerAwareHandler {
if(!isServerRunning())return false;
assert(read == length);
- assert(flow->attributes["path"] == ".");
- assert(!flow->attributes["uuid"].empty());
Review comment:
tested that NiFi adds its own `uuid` attribute even if we have our own
`uuid`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]