fix: resolve CI build and test failures #3868
Annotations
5 errors
|
Build Core
Process completed with exit code 1.
|
|
Test Core
Process completed with exit code 1.
|
|
Test Core
@objectstack/plugin-auth#test: command (/home/runner/work/framework/framework/packages/plugins/plugin-auth) /opt/hostedtoolcache/node/20.20.2/x64/bin/pnpm run test exited (1)
|
|
src/auth-manager.test.ts > AuthManager > trustedOrigins passthrough > should NOT include trustedOrigins key when array is empty:
packages/plugins/plugin-auth/src/auth-manager.test.ts#L471
AssertionError: expected { …(11) } to not have property "trustedOrigins"
- Expected:
undefined
+ Received:
[
"http://localhost:*",
]
❯ src/auth-manager.test.ts:471:34
|
|
src/auth-manager.test.ts > AuthManager > trustedOrigins passthrough > should NOT include trustedOrigins key when not provided:
packages/plugins/plugin-auth/src/auth-manager.test.ts#L452
AssertionError: expected { …(11) } to not have property "trustedOrigins"
- Expected:
undefined
+ Received:
[
"http://localhost:*",
]
❯ src/auth-manager.test.ts:452:34
|