forked from phoenix/litellm-mirror
14 lines
285 B
Python
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
|
|
"""
|