From e41c289ba5bafd13a68b2faf7de304c38a981f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 10 Feb 2026 11:26:33 +0100 Subject: [PATCH] unbreak gitlab test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .../src/actions/gitlabGroupEnsureExists.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabGroupEnsureExists.test.ts b/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabGroupEnsureExists.test.ts index 7b821cf24f..f74c80742c 100644 --- a/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabGroupEnsureExists.test.ts +++ b/plugins/scaffolder-backend-module-gitlab/src/actions/gitlabGroupEnsureExists.test.ts @@ -92,8 +92,6 @@ describe('gitlab:group:ensureExists', () => { }); it('should only apply description to the last created group', async () => { - mockGitlabClient.Groups.search.mockResolvedValue([]); - mockGitlabClient.Groups.create .mockResolvedValueOnce({ id: 1,