chore(test): align auth choice options formatting
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
import { describe, expect, it } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
|
|
||||||
import { CLAUDE_CLI_PROFILE_ID, type AuthProfileStore } from "../agents/auth-profiles.js";
|
import {
|
||||||
|
type AuthProfileStore,
|
||||||
|
CLAUDE_CLI_PROFILE_ID,
|
||||||
|
} from "../agents/auth-profiles.js";
|
||||||
import { buildAuthChoiceOptions } from "./auth-choice-options.js";
|
import { buildAuthChoiceOptions } from "./auth-choice-options.js";
|
||||||
|
|
||||||
describe("buildAuthChoiceOptions", () => {
|
describe("buildAuthChoiceOptions", () => {
|
||||||
|
|||||||
@@ -286,7 +286,9 @@ async function promptAuthConfig(
|
|||||||
await select({
|
await select({
|
||||||
message: "Model/auth choice",
|
message: "Model/auth choice",
|
||||||
options: buildAuthChoiceOptions({
|
options: buildAuthChoiceOptions({
|
||||||
store: ensureAuthProfileStore(undefined, { allowKeychainPrompt: false }),
|
store: ensureAuthProfileStore(undefined, {
|
||||||
|
allowKeychainPrompt: false,
|
||||||
|
}),
|
||||||
includeSkip: true,
|
includeSkip: true,
|
||||||
includeClaudeCliIfMissing: true,
|
includeClaudeCliIfMissing: true,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user