mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test_watsonx_token_in_env_var
This commit is contained in:
parent
7f63e7c15a
commit
c8febaca2e
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ def test_watsonx_token_in_env_var(
|
|||
else:
|
||||
assert (
|
||||
mock_post.call_args[1]["headers"]["Authorization"]
|
||||
== "Bearer mock_access_token"
|
||||
== "Bearer my-custom-token"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue