add ui testing folder

This commit is contained in:
Ishaan Jaff 2024-09-05 13:13:58 -07:00
parent 8d9a724400
commit f9a3e343bb

View file

@ -0,0 +1,14 @@
"""
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
"""