Skip to content

Commit e6506b6

Browse files
rostalancursoragent
andcommitted
fix(smoketest): set gitlab apiBaseUrl in test config
Provide apiBaseUrl for gitlab.example.com so smoke test integrations parse and startup does not fail. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 73e32af commit e6506b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

smoke-tests/app-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ auth:
2424
integrations:
2525
gitlab:
2626
- host: gitlab.example.com
27+
apiBaseUrl: https://gitlab.example.com/api/v4
2728
token: ${GITLAB_TOKEN}
2829
bitbucketServer:
2930
- host: bitbucket.example.com

0 commit comments

Comments
 (0)