Skip to content

src: fix container-client textExec test - #6964

Open
flakey5 wants to merge 2 commits into
mainfrom
flakey5/20260809/container-tests
Open

src: fix container-client textExec test#6964
flakey5 wants to merge 2 commits into
mainfrom
flakey5/20260809/container-tests

Conversation

@flakey5

@flakey5 flakey5 commented Aug 10, 2026

Copy link
Copy Markdown
Member

No description provided.

@flakey5
flakey5 requested review from a team as code owners August 10, 2026 22:21
@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@ask-bonk

ask-bonk Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

APIError: Invalid Anthropic API Key

github run

2 similar comments
@ask-bonk

ask-bonk Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

APIError: Invalid Anthropic API Key

github run

@ask-bonk

ask-bonk Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

APIError: Invalid Anthropic API Key

github run

@ask-bonk

ask-bonk Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@flakey5 Bonk workflow failed. Check the logs for details.

View workflow run · To retry, trigger Bonk again.

@flakey5

flakey5 commented Aug 10, 2026

Copy link
Copy Markdown
Member Author

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request Aug 10, 2026
Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com>
Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com>
@flakey5
flakey5 force-pushed the flakey5/20260809/container-tests branch from faa4d56 to 74906d6 Compare August 10, 2026 22:29
Comment on lines +28 to +31
assert.throws(() => {
throw err;
}, expected);
return;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks... odd... it's not clear exactly what you're doing here. it's worth more of a comment.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, wait, I reread it... it just looks ... weird. you might be able to use assert.rejects(Promise.try(fn), expected) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants