mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-01 21:30:21 +00:00
fix: make credential hint tests environment-independent (#2303)
Tests for getScriptFailureGuidance were failing when cloud credential env vars (HCLOUD_TOKEN, DO_API_TOKEN) were set in the environment. The tests expected these vars to appear as "missing" in the output, but only unset OPENROUTER_API_KEY. Now both the cloud-specific var and OPENROUTER_API_KEY are saved/unset before each test. Bump CLI version to 0.15.11. Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This commit is contained in:
parent
90ae485c02
commit
e7ac388110
2 changed files with 11 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.15.10",
|
||||
"version": "0.15.11",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue