Remove unnecessary entry from test mock

Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
ivgo
2023-09-26 13:58:07 +02:00
parent e26868601e
commit 2da314370c
@@ -237,14 +237,6 @@ describe('GitlabDiscoveryProcessor', () => {
web_url: 'https://gitlab.fake/3',
path_with_namespace: '3',
},
{
id: 4,
archived: true, // ARCHIVED
default_branch: 'master',
last_activity_at: '2021-08-05T11:03:05.774Z',
web_url: 'https://gitlab.fake/4',
path_with_namespace: '4',
},
{
id: 5,
archived: false,