mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-12 16:22:44 +00:00
test_watsonx_token_in_env_var
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user