Merge pull request #32781 from backstage/freben/fix-test

unbreak gitlab test
This commit is contained in:
Fredrik Adelöw
2026-02-10 11:54:05 +01:00
committed by GitHub
@@ -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,