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



##########
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:
       OK, I'll revert these bits if your PR is merged first.




-- 
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