From d01f6c878d74b06e77542746fd0369f7228d72b7 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 16 Feb 2023 09:01:21 +0100 Subject: [PATCH] prettier Signed-off-by: Dominik Pfaffenbauer --- .../src/actions/createProjectDeployToken.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.test.ts b/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.test.ts index ca443aa38d..652e7123c8 100644 --- a/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.test.ts +++ b/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.test.ts @@ -97,6 +97,5 @@ describe('gitlab:create-deploy-token', () => { expect(mockContext.output).toHaveBeenCalledWith('deploy_token', 'TOKEN'); expect(mockContext.output).toHaveBeenCalledWith('user', 'User'); - }); });