mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(cli): drop redundant comment in pi arg ordering test
Some checks failed
LiteLLM Rust / rustfmt, clippy, test (push) Has been cancelled
LiteLLM Rust / release wheel (push) Has been cancelled
Terraform Modules / fmt, validate, test (aws) (push) Has been cancelled
Terraform Provider / gofmt, vet, build, test (push) Has been cancelled
Terraform Provider / Provider endpoints vs proxy OpenAPI schema (push) Has been cancelled
Some checks failed
LiteLLM Rust / rustfmt, clippy, test (push) Has been cancelled
LiteLLM Rust / release wheel (push) Has been cancelled
Terraform Modules / fmt, validate, test (aws) (push) Has been cancelled
Terraform Provider / gofmt, vet, build, test (push) Has been cancelled
Terraform Provider / Provider endpoints vs proxy OpenAPI schema (push) Has been cancelled
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
7a9f466657
commit
35ae1ca151
1 changed files with 0 additions and 1 deletions
|
|
@ -582,7 +582,6 @@ class TestRunAgent:
|
|||
launcher=lambda p, a, e: calls.update(args=tuple(a), env=dict(e)),
|
||||
preparers={"pi": lambda *a: ["--model", "litellm/m-1"]},
|
||||
)
|
||||
# user args come last so a user-supplied --model wins in pi's parser
|
||||
assert calls["args"] == ("pi", "--model", "litellm/m-1", "-p", "hello")
|
||||
assert calls["env"]["LITELLM_PROXY_API_KEY"] == "sk-key"
|
||||
assert "OPENAI_API_KEY" not in calls["env"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue