forked from phoenix/litellm-mirror
(fix) predict/spend/logs test
This commit is contained in:
parent
ba5cc19edf
commit
992aba2a77
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ async def test_spend_logs():
|
|||
|
||||
|
||||
async def get_predict_spend_logs(session):
|
||||
url = f"http://0.0.0.0:4035/global/predict/spend/logs"
|
||||
url = f"http://0.0.0.0:4000/global/predict/spend/logs"
|
||||
headers = {"Authorization": "Bearer sk-1234", "Content-Type": "application/json"}
|
||||
data = {
|
||||
"data": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue