aminadinari19 commented on a change in pull request #1076:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1076#discussion_r648203908
##########
File path: docker/test/integration/steps/steps.py
##########
@@ -180,6 +248,13 @@ def step_impl(context, file_name, content, path):
context.test.add_test_data(path, content, file_name)
+@given("two files with content \"{content_1}\" and \"{content_2}\" are placed
in \"{path}\"")
Review comment:
I am not sure about the purpose of this step. It doesn't seem to be used
anywhere and if it could be slightly less specific where it checks an arbitrary
number of files?
--
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]