1
0
mirror of synced 2026-01-28 01:01:59 -05:00
Files
airbyte/airbyte-integrations/connectors/source-gitlab/integration_tests/invalid_config.json

12 lines
303 B
JSON

{
"api_url": "gitlab.com",
"private_token": "private_token-fake",
"start_date": "2021-01-01T00:00:00Z",
"groups": "new-group-airbute",
"projects": "new-group-airbute/new-ci-test-project",
"credentials": {
"auth_type": "access_token",
"access_token": "migrated_from_old_config"
}
}