lordgamez commented on a change in pull request #1076:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1076#discussion_r648426223
##########
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:
You are right, when I removed the code for the failing scenario, it
became unused. Removed it in 4248edb19945b6df8e3bd2b69add3d4ad252d7bc and added
to https://issues.apache.org/jira/browse/MINIFICPP-1588 as a possible
implementation, which can be changed later.
--
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]