This is an automated email from the ASF dual-hosted git repository.

tenthe pushed a commit to branch 
4479-reset-endpoint-fails-when-pipeline-has-missing-health-status
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 738aa362e89be9875fdd131296143a54b8c0b245
Author: Philipp Zehnder <[email protected]>
AuthorDate: Mon May 18 10:08:57 2026 +0200

    fix(#4479): fix JavaScript evaluator e2e pipeline setup
---
 .../fixtures/pipelineElement/enrich-jvm/jsEvaluator1/description.json   | 2 +-
 .../fixtures/pipelineElement/enrich-jvm/jsEvaluator2/description.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator1/description.json 
b/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator1/description.json
index 0caa87b4c4..20e4d8d64f 100644
--- 
a/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator1/description.json
+++ 
b/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator1/description.json
@@ -4,7 +4,7 @@
     {
       "type": "code-input",
       "selector": "jsFunction",
-      "value": "function process(event) {\n return event;"
+      "value": "function process(event) {\n return event;\n}"
     }
   ],
   "output": {
diff --git 
a/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator2/description.json 
b/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator2/description.json
index 784bb036a4..ef5513ec6c 100644
--- 
a/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator2/description.json
+++ 
b/ui/cypress/fixtures/pipelineElement/enrich-jvm/jsEvaluator2/description.json
@@ -4,7 +4,7 @@
     {
       "type": "code-input",
       "selector": "jsFunction",
-      "value": "function process(event) {\n  event.plusone = event.numberlist 
+ 1;\n return event;"
+      "value": "function process(event) {\n  event.plusone = event.numberlist 
+ 1;\n return event;\n}"
     }
   ],
   "output": {

Reply via email to