move file to local testing

This commit is contained in:
Laurien Lummer 2025-04-23 20:44:40 +02:00
parent 16ac6306a9
commit 587723996f

View file

@ -10,16 +10,15 @@ import pytest_asyncio
from dotenv import load_dotenv
from litellm.caching.caching import DualCache
load_dotenv()
sys.path.insert(
0, os.path.abspath("../../..")
) # Adds the parent directory to the system path
from litellm.proxy.common_utils.reset_budget_job import ResetBudgetJob
from litellm.proxy.utils import PrismaClient, ProxyLogging
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
load_dotenv()
async def create_budget(session, data):
url = "http://0.0.0.0:4000/budget/new"