forked from phoenix/litellm-mirror
fix test get token url
This commit is contained in:
parent
24474789d7
commit
26aa20df73
1 changed files with 2 additions and 0 deletions
|
@ -2183,6 +2183,7 @@ def test_get_token_url():
|
|||
assert should_use_v1beta1_features is True
|
||||
|
||||
_, url = vertex_llm._get_token_and_url(
|
||||
auth_header=None,
|
||||
vertex_project=vertex_ai_project,
|
||||
vertex_location=vertex_ai_location,
|
||||
vertex_credentials=vertex_credentials,
|
||||
|
@ -2203,6 +2204,7 @@ def test_get_token_url():
|
|||
)
|
||||
|
||||
_, url = vertex_llm._get_token_and_url(
|
||||
auth_header=None,
|
||||
vertex_project=vertex_ai_project,
|
||||
vertex_location=vertex_ai_location,
|
||||
vertex_credentials=vertex_credentials,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue