(fix) prisma test

This commit is contained in:
ishaan-jaff 2024-03-02 17:15:27 -08:00
parent 2f09970c91
commit 7e94fcc9a8

View file

@ -1814,6 +1814,9 @@ async def generate_key_helper_fn(
key_soft_budget: Optional[
float
] = None, # key_soft_budget is used to Budget Per key
soft_budget: Optional[
float
] = None, # soft_budget is used to set soft Budgets Per user
max_budget: Optional[float] = None, # max_budget is used to Budget Per user
budget_duration: Optional[str] = None, # max_budget is used to Budget Per user
token: Optional[str] = None,