fix(test_scheduler.py): fix test

This commit is contained in:
Krrish Dholakia 2024-06-01 15:11:13 -07:00
parent f75c15d6cd
commit d7160eb3ea

View file

@ -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):
"""