From 0392ad8f77240530fb89bc8683954fcabfa948fc Mon Sep 17 00:00:00 2001 From: Hghtwr Date: Sat, 23 Nov 2024 20:22:46 +0100 Subject: [PATCH] remove unused response object Signed-off-by: Hghtwr --- .../src/__testUtils__/mocks.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/catalog-backend-module-gitlab/src/__testUtils__/mocks.ts b/plugins/catalog-backend-module-gitlab/src/__testUtils__/mocks.ts index e91f015dd3..d9914c0d0c 100644 --- a/plugins/catalog-backend-module-gitlab/src/__testUtils__/mocks.ts +++ b/plugins/catalog-backend-module-gitlab/src/__testUtils__/mocks.ts @@ -1037,13 +1037,6 @@ export const all_saas_users_response: MockObject[] = [ }, ]; -export const single_group_response: GitLabGroup = { - id: 1, - name: 'group1', - description: 'description1', - full_path: 'group1', -}; - export const all_groups_response: GitLabGroup[] = [ { id: 1,