chore(deps): bump dockerode from 4.0.12 to 5.0.0 #209
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
src/__tests__/auth.test.ts > auth command & AI clients > lists providers and masks secrets:
src/__tests__/auth.test.ts#L156
AssertionError: expected "log" to be called with arguments: [ StringContaining "supe...ikey" ]
Received:
1st log call:
[
- StringContaining "supe...ikey",
+ "Successfully added AI provider \"openai\".",
]
2nd log call:
[
- StringContaining "supe...ikey",
+ "Configured AI Providers:",
]
3rd log call:
[
- StringContaining "supe...ikey",
+ "- openai (default):",
]
4th log call:
[
- StringContaining "supe...ikey",
+ " Model: gpt-4o",
]
5th log call:
[
- StringContaining "supe...ikey",
+ " Password: (set)",
]
6th log call:
[
- StringContaining "supe...ikey",
+ " Base URL: (default)",
]
7th log call:
[
- StringContaining "supe...ikey",
+ " Temperature: 0.7",
]
8th log call:
[
- StringContaining "supe...ikey",
+ " TopP: 1",
]
9th log call:
[
- StringContaining "supe...ikey",
+ " TopK: 50",
]
10th log call:
[
- StringContaining "supe...ikey",
+ " MaxTokens: 2048",
]
Number of calls: 10
❯ src/__tests__/auth.test.ts:156:20
|