lordgamez commented on a change in pull request #1076:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1076#discussion_r657125341
##########
File path:
docker/test/integration/minifi/validators/SingleOrMoreFileOutputValidator.py
##########
@@ -0,0 +1,22 @@
+import logging
+import os
+
+from .FileOutputValidator import FileOutputValidator
+
+
+class SingleOrMoreFileOutputValidator(FileOutputValidator):
+ """
+ Validates the content of a single file in the given directory.
+ """
Review comment:
Fixed in f1c9709ef6a9a2ea4ff8cf3e9e257123e8cd12dc
##########
File path:
docker/test/integration/minifi/validators/NoContentCheckFileNumberValidator.py
##########
@@ -0,0 +1,25 @@
+import logging
+import os
+
+from .FileOutputValidator import FileOutputValidator
+
+
+class NoContentCheckFileNumberValidator(FileOutputValidator):
+ """
+ Validates the content of a single file in the given directory.
+ """
+
Review comment:
Fixed in f1c9709ef6a9a2ea4ff8cf3e9e257123e8cd12dc
--
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]