remove unused response object

Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
Hghtwr
2024-11-23 20:22:46 +01:00
parent ad829efd52
commit 0392ad8f77
@@ -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,