mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(vertex): restore credential project validation expectation
This commit is contained in:
parent
0d6d94c43c
commit
f981e4abb0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class TestVertexBase:
|
|||
project_id="different-project",
|
||||
custom_llm_provider="vertex_ai",
|
||||
)
|
||||
assert result == ("fake-token-1", "project-1")
|
||||
assert result == ("fake-token-1", "different-project")
|
||||
|
||||
@pytest.mark.parametrize("is_async", [True, False], ids=["async", "sync"])
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue