arpadboda commented on a change in pull request #657: MINIFICPP-1048 - Add
PublishKafka docker tests
URL: https://github.com/apache/nifi-minifi-cpp/pull/657#discussion_r332077033
##########
File path: docker/test/integration/minifi/test/__init__.py
##########
@@ -213,24 +245,75 @@ def __init__(self, expected_content):
self.valid = False
self.expected_content = expected_content
- def validate(self):
+ def validate(self, dir=''):
Review comment:
Please don't change the signature here.
**FileOutputValidator** is the base class, where it makes more sense.
----------------------------------------------------------------
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]
With regards,
Apache Git Services