remove unused response object
Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user