litellm/tests/proxy_admin_ui_tests/test_usage_endpoints.py
2024-09-05 13:13:58 -07:00

14 lines
285 B
Python

"""
Tests the following endpoints used by the UI
/global/spend/logs
/global/spend/keys
/global/spend/models
/global/activity
/global/activity/model
For all tests - test the following:
- Response is valid
- Response for Admin User is different from response from Internal User
"""