From 4d8b360be083ff1f2359837ff53f479656b02e51 Mon Sep 17 00:00:00 2001 From: Yeser Amer Date: Fri, 10 May 2024 14:03:53 +0200 Subject: [PATCH] Fix tests --- .../resources/functions-events/event.sw.yaml | 19 ------------------- .../functions-events/function.sw.yaml | 19 ------------------- 2 files changed, 38 deletions(-) diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/event.sw.yaml b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/event.sw.yaml index aa88c0e7852..140438381a9 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/event.sw.yaml +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/event.sw.yaml @@ -1,22 +1,3 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - id: "YAML Events" specVersion: "0.8" start: "YAML State" diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/function.sw.yaml b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/function.sw.yaml index 0ede972eb0e..c70dc40331b 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/function.sw.yaml +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/function.sw.yaml @@ -1,22 +1,3 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - id: "YAML Functions" specVersion: "0.8" start: "YAML State"