fix: dependencies vulnerability #2244
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
entrypoint-push-to-branches.yml
on: push
build-docker
/
build-push
4m 14s
lint-and-test
/
lint-and-test
5m 29s
tag-deploy-fast
/
build-push
16s
tag-deploy
/
build-push
Annotations
8 errors
|
tests/unit/api/auth/keycloak.spec.ts > Keycloak | codeVerifier > get:
tests/unit/api/auth/keycloak.spec.ts#L40
AssertionError: expected "getItem" to be called with arguments: [ 'CODE_VERIFIER' ]
Received:
Number of calls: 0
❯ tests/unit/api/auth/keycloak.spec.ts:40:37
|
|
tests/unit/api/auth/keycloak.spec.ts > Keycloak | appSecret > generate:
tests/unit/api/auth/keycloak.spec.ts#L75
AssertionError: expected "setItem" to be called with arguments: [ 'APP_SECRET', 'randomString' ]
Received:
Number of calls: 0
❯ tests/unit/api/auth/keycloak.spec.ts:75:37
|
|
tests/unit/api/auth/keycloak.spec.ts > Keycloak | appSecret > get:
tests/unit/api/auth/keycloak.spec.ts#L83
AssertionError: expected "spy" to be called with arguments: [ 'APP_SECRET' ]
Received:
Number of calls: 0
❯ tests/unit/api/auth/keycloak.spec.ts:83:37
|
|
tests/unit/api/auth/keycloak.spec.ts > Keycloak | appSecret > remove:
tests/unit/api/auth/keycloak.spec.ts#L91
AssertionError: expected "removeItem" to be called with arguments: [ 'APP_SECRET' ]
Received:
Number of calls: 0
❯ tests/unit/api/auth/keycloak.spec.ts:91:40
|
|
tests/unit/api/auth/keycloak.spec.ts > Keycloak | refreshTokenLoop > start:
tests/unit/api/auth/keycloak.spec.ts#L120
AssertionError: expected null to be 1 // Object.is equality
- Expected:
1
+ Received:
null
❯ tests/unit/api/auth/keycloak.spec.ts:120:50
|
|
tests/unit/api/auth/keycloak.spec.ts > Keycloak | refreshTokenLoop > stop:
tests/unit/api/auth/keycloak.spec.ts#L125
AssertionError: expected "clearTimeout" to be called with arguments: [ 1 ]
Received:
Number of calls: 0
❯ tests/unit/api/auth/keycloak.spec.ts:125:30
|
|
tests/unit/components/admin/ClassificationAdmin.spec.ts > ClassificationAdmin > should allow to activate and deactivate enabled state:
node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js#L1574
Error: Cannot call vm on an empty VueWrapper.
❯ Object.get node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:1574:27
❯ tests/unit/components/admin/ClassificationAdmin.spec.ts:144:27
|
|
lint-and-test / lint-and-test
Process completed with exit code 1.
|