mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test: update testing imports
This commit is contained in:
parent
ba1b552e8b
commit
d726e0f34c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def test_user_daily_activity_types():
|
|||
"""
|
||||
Assert all fiels in SpendMetrics are reported in DailySpendMetadata as "total_"
|
||||
"""
|
||||
from litellm.proxy.management_endpoints.internal_user_endpoints import (
|
||||
from litellm.proxy.management_endpoints.common_daily_activity import (
|
||||
DailySpendMetadata,
|
||||
SpendMetrics,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue