From 45a59a88061be4e26cc889a4ae8c96be2cd8cca6 Mon Sep 17 00:00:00 2001 From: Daniel Mieg <56156797+DanielMieg@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:27:15 +0100 Subject: [PATCH] Update abapEnvironmentRunAUnitTest.md (#3268) --- documentation/docs/steps/abapEnvironmentRunAUnitTest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/steps/abapEnvironmentRunAUnitTest.md b/documentation/docs/steps/abapEnvironmentRunAUnitTest.md index 051baff8d..94c3499fb 100644 --- a/documentation/docs/steps/abapEnvironmentRunAUnitTest.md +++ b/documentation/docs/steps/abapEnvironmentRunAUnitTest.md @@ -47,8 +47,8 @@ This can be done accordingly: ```groovy abapEnvironmentRunAUnitTest( - cfApiEndpoint : 'https://test.server.com', - cfOrg : 'cfOrg', + cfApiEndpoint: 'https://test.server.com', + cfOrg: 'cfOrg', cfSpace: 'cfSpace', cfServiceInstance: 'myServiceInstance', cfServiceKeyName: 'myServiceKey',