From 4d9881b4a6c6e41766c39efe3726c578d1736bdf Mon Sep 17 00:00:00 2001 From: Ran Li Date: Wed, 17 Jan 2024 20:54:15 +0100 Subject: [PATCH] fixed error --- vars/abapEnvironmentPipelineStageIntegrationTests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/abapEnvironmentPipelineStageIntegrationTests.groovy b/vars/abapEnvironmentPipelineStageIntegrationTests.groovy index 51c502e857..1bc7b0d080 100644 --- a/vars/abapEnvironmentPipelineStageIntegrationTests.groovy +++ b/vars/abapEnvironmentPipelineStageIntegrationTests.groovy @@ -66,7 +66,7 @@ void call(Map parameters = [:]) { throw e } } else { - const e = new Error('Unsupoorted integration test option.') + e = new Error('Unsupoorted integration test option.') throw e } }