fix(test_scheduler.py): fix test
This commit is contained in:
parent
f75c15d6cd
commit
d7160eb3ea
@ -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…
Reference in New Issue
Block a user