hansva commented on PR #4440: URL: https://github.com/apache/hop/pull/4440#issuecomment-2422537788
The integration tests throw following error: ``` integration_test_http-1 | java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because the return value of "org.apache.hop.pipeline.transforms.rest.RestMeta.getConnectionName()" is null integration_test_http-1 | at org.apache.hop.pipeline.transforms.rest.Rest.processRow(Rest.java:430) integration_test_http-1 | at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54) integration_test_http-1 | at java.base/java.lang.Thread.run(Thread.java:840) ``` -- 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]
