Skip to content

Commit b97b6c7

Browse files
committed
no-mistakes(document): Applied formatter fixes; all documentation accurate
1 parent 83887ac commit b97b6c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/cli/src/commands/cli/__tests__/autonomous-validation.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ describe("validateAutonomousFlags", () => {
174174
provider: "anthropic",
175175
})
176176
expect(errors).toHaveLength(1)
177-
expect(errors[0]!.message).toContain("--provider-base-url is currently supported only with --provider openrouter")
177+
expect(errors[0]!.message).toContain(
178+
"--provider-base-url is currently supported only with --provider openrouter",
179+
)
178180
})
179181

180182
it("allows providerBaseUrl with openrouter provider in autonomous mode", () => {

0 commit comments

Comments
 (0)