feat(console): resolve gateway URL from region + site, add switchAgent #117
ci.yml
on: pull_request
lint + typecheck + test
54s
Annotations
2 errors
|
lint + typecheck + test
Process completed with exit code 1.
|
|
packages/cli/tests/e2e/console-flags.e2e.test.ts > e2e: console global flags > quota check --dry-run --console-region 透传:
packages/cli/tests/e2e/console-flags.e2e.test.ts#L147
AssertionError: {
"error": {
"code": 3,
"message": "No console access token found.",
"hint": "Run `bl auth login --console` or set DASHSCOPE_ACCESS_TOKEN."
}
}
: expected 3 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 3
❯ packages/cli/tests/e2e/console-flags.e2e.test.ts:147:30
❯ node_modules/.pnpm/@voidzero-dev+vite-plus-test@0.1.22_@types+node@25.6.0_jiti@2.6.1_typescript@6.0.3_vite_0ccee13a25110590f42b651e2950fee7/node_modules/@voidzero-dev/vite-plus-test/dist/@vitest/runner/chunk-artifact.js:1903:22
|