Skip to content

chore(deps): bump dockerode from 4.0.12 to 5.0.0 #209

chore(deps): bump dockerode from 4.0.12 to 5.0.0

chore(deps): bump dockerode from 4.0.12 to 5.0.0 #209

Triggered via pull request June 8, 2026 13:54
Status Failure
Total duration 41s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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