Skip to content

Added tests for env vars for languages other than Python #41

Added tests for env vars for languages other than Python

Added tests for env vars for languages other than Python #41

Triggered via pull request May 15, 2025 20:11
Status Failure
Total duration 1m 6s
Artifacts

pull_request.yml

on: pull_request
js-sdk  /  JS SDK - Build and test
45s
js-sdk / JS SDK - Build and test
python-sdk  /  Python SDK - Build and test
54s
python-sdk / Python SDK - Build and test
charts-tests  /  Chart Data Extractor - Build and test
30s
charts-tests / Chart Data Extractor - Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/envVars.test.ts > env vars (javascript): js/tests/envVars.test.ts#L43
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:43:44
tests/envVars.test.ts > env vars on sandbox (javascript): js/tests/envVars.test.ts#L55
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:55:42
tests/envVars.test.ts > env vars (r): js/tests/envVars.test.ts#L69
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:69:44
tests/envVars.test.ts > env vars on sandbox (r): js/tests/envVars.test.ts#L81
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:81:42
tests/envVars.test.ts > env vars (java): js/tests/envVars.test.ts#L95
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:95:44
tests/envVars.test.ts > env vars on sandbox (java): js/tests/envVars.test.ts#L107
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:107:42
tests/envVars.test.ts > env vars (bash): js/tests/envVars.test.ts#L121
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:121:44
tests/envVars.test.ts > env vars on sandbox (bash): js/tests/envVars.test.ts#L133
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:133:42
js-sdk / JS SDK - Build and test
Process completed with exit code 1.
python-sdk / Python SDK - Build and test
Process completed with exit code 2.