Fix host and url

Signed-off-by: angom1 <angom@poppulo.com>
This commit is contained in:
angom1
2023-07-17 12:27:46 +01:00
parent 1d2d469d31
commit a446d9eadc
@@ -551,8 +551,8 @@ describe('GitlabOrgDiscoveryEntityProvider', () => {
integrations: {
gitlab: [
{
host: 'test-gitlab',
apiBaseUrl: 'https://api.gitlab.example/api/v4',
host: 'gitlab.com',
apiBaseUrl: 'https://gitlab.com/api/v4',
token: '1234',
},
],