unbreak gitlab test

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-02-10 11:26:33 +01:00
parent 7e4f34fd72
commit e41c289ba5
@@ -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,