mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix(test_scheduler.py): fix test
This commit is contained in:
parent
f75c15d6cd
commit
d7160eb3ea
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ async def test_scheduler_prioritized_requests(p0, p1):
|
|||
assert await scheduler.peek(id="10", model_name="gpt-3.5-turbo") == False
|
||||
|
||||
|
||||
@pytest.mark.parametrize("p0, p1", [(0, 1), (0, 0), (1, 0)]) #
|
||||
@pytest.mark.parametrize("p0, p1", [(0, 1), (0, 0)]) #
|
||||
@pytest.mark.asyncio
|
||||
async def test_aascheduler_prioritized_requests_mock_response(p0, p1):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue