Added tests for env vars for languages other than Python #41
pull_request.yml
on: pull_request
js-sdk
/
JS SDK - Build and test
45s
python-sdk
/
Python SDK - Build and test
54s
charts-tests
/
Chart Data Extractor - Build and test
30s
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.
|