Merge pull request #32781 from backstage/freben/fix-test
unbreak gitlab test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user