fgerlits commented on a change in pull request #1170:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r739078055



##########
File path: docker/test/integration/MiNiFi_integration_test_driver.py
##########
@@ -104,7 +104,7 @@ def 
generate_input_port_for_remote_process_group(remote_process_group, name):
         return input_port_node
 
     def add_test_data(self, path, test_data, file_name=str(uuid.uuid4())):
-        self.docker_directory_bindings.put_file_to_docker_path(self.test_id, 
path, file_name, test_data.encode('utf-8'))
+        self.docker_directory_bindings.put_file_to_docker_path(self.test_id, 
path, file_name, test_data.replace('\\n', '\n').encode('utf-8'))

Review comment:
       I have separated this change to the first commit 
(1b5937003b4592c119e58ed3d73931b0692517b9), so to merge this PR after #1168, 
whoever is merging should just need to skip 
1b5937003b4592c119e58ed3d73931b0692517b9 when cherry-picking commits.




-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to