Skip to content

fix: resolve CI build and test failures #3868

fix: resolve CI build and test failures

fix: resolve CI build and test failures #3868

Triggered via pull request April 15, 2026 09:48
Status Failure
Total duration 5m 16s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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