forked from phoenix/litellm-mirror
test test_basic_passthrough
This commit is contained in:
parent
ab920ab461
commit
56f110cd04
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ async def cohere_rerank(session):
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.skip(
|
||||
reason="new test just added by @ishaan-jaff, still figuring out how to run this in ci/cd"
|
||||
)
|
||||
async def test_basic_passthrough():
|
||||
"""
|
||||
- Make request to pass through endpoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue