fix(cli): update default console URL (#43043)
Co-authored-by: Victor Navarro <36263538+vimtor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4d68d30b48
commit
2cba7e227d
@@ -4,8 +4,8 @@ import stripAnsi from "strip-ansi"
|
||||
import { defaultConsoleUrl, formatAccountLabel, formatOrgLine } from "../../src/cli/cmd/account"
|
||||
|
||||
describe("console account display", () => {
|
||||
test("uses console.opencode.ai as the default login URL", () => {
|
||||
expect(defaultConsoleUrl).toBe("https://console.opencode.ai")
|
||||
test("uses opencode.ai/console as the default login URL", () => {
|
||||
expect(defaultConsoleUrl).toBe("https://opencode.ai/console")
|
||||
})
|
||||
|
||||
test("includes the account url in account labels", () => {
|
||||
|
||||
Reference in New Issue
Block a user