Update plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.test.ts

Co-authored-by: Andreas Berger <Andy2003@users.noreply.github.com>
Signed-off-by: Dominik <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik
2023-02-16 08:20:20 +01:00
committed by Dominik Pfaffenbauer
parent d8eb1f0707
commit 5b68d7d361
@@ -94,5 +94,9 @@ describe('gitlab:create-deploy-token', () => {
['read_repository'],
{ username: 'tokenuser' },
);
expect(mockContext.output).toHaveBeenCalledWith('deploy_token', 'TOKEN');
expect(mockContext.output).toHaveBeenCalledWith('user', 'User');
});
});