martinzink commented on code in PR #1383:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1383#discussion_r952694257
##########
docker/test/integration/steps/steps.py:
##########
@@ -271,6 +271,12 @@ def step_impl(context, content, path):
context.test.add_test_data(path, content)
+@given("{number_of_files:d} files with the content \"{content}\" are present
in \"{path}\"")
+def step_impl(context, number_of_files, content, path):
Review Comment:
makes sense, fixed it in
https://github.com/apache/nifi-minifi-cpp/pull/1383/commits/3edf5fcfd603463b67bd6c072fa0128bbb861787#diff-dce84c359f2f7128e501f5a322d8f6ac3325c2b471844f2c42cbef9abca58185R727
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]