feat(integration): adds ramp user-provision integration #643
Annotations
4 errors and 1 warning
integrations/ramp/tests/ramp-create-user.test.ts > ramp create-user tests > should output the action output that is expected:
vitest.setup.ts#L57
Error: Failed to load mock data from /home/runner/work/integration-templates/integration-templates/integrations/ramp/mocks/nango/post/proxy/developer/v1/users/deferred/create-user.json: ENOENT: no such file or directory, open '/home/runner/work/integration-templates/integration-templates/integrations/ramp/mocks/nango/post/proxy/developer/v1/users/deferred/create-user.json' {
"method": "post",
"endpoint": "developer/v1/users/deferred",
"requestIdentityHash": "d977728b9bf791bd9708a1b2d0e3d9f68f92e08d",
"requestIdentity": {
"method": "post",
"endpoint": "developer/v1/users/deferred",
"params": [],
"headers": [],
"data": "{\"first_name\":\"Johny\",\"last_name\":\"Does\",\"email\":\"john1@doe.com\",\"role\":\"IT_ADMIN\"}"
}
}
❯ NangoActionMock.getMockFile vitest.setup.ts:57:23
❯ NangoActionMock.getCachedResponse vitest.setup.ts:81:32
❯ NangoActionMock.proxyData vitest.setup.ts:357:24
|
tests (ubuntu-latest, 20.x)
Process completed with exit code 1.
|
tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
|
tests (ubuntu-latest, 18.x)
The operation was canceled.
|
tests (ubuntu-latest, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|