Skip to content

Commit d7160eb

Browse files
fix(test_scheduler.py): fix test
1 parent f75c15d commit d7160eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/tests/test_scheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def test_scheduler_prioritized_requests(p0, p1):
7777
assert await scheduler.peek(id="10", model_name="gpt-3.5-turbo") == False
7878

7979

80-
@pytest.mark.parametrize("p0, p1", [(0, 1), (0, 0), (1, 0)]) #
80+
@pytest.mark.parametrize("p0, p1", [(0, 1), (0, 0)]) #
8181
@pytest.mark.asyncio
8282
async def test_aascheduler_prioritized_requests_mock_response(p0, p1):
8383
"""

0 commit comments

Comments
 (0)