test: cleanup

This commit is contained in:
Krrish Dholakia 2024-03-30 21:40:43 -07:00 committed by Ishaan Jaff
parent d4dd6d0cdc
commit a1365f6035

View file

@ -167,6 +167,7 @@ async def chat_completion_streaming(session, key, model="gpt-4"):
continue continue
@pytest.mark.skip(reason="Global proxy now tracked via `/global/spend/logs`")
@pytest.mark.asyncio @pytest.mark.asyncio
async def test_global_proxy_budget_update(): async def test_global_proxy_budget_update():
""" """