forked from phoenix/litellm-mirror
fix test len active callbacks
This commit is contained in:
parent
3997ea6442
commit
e5311d35f2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ async def get_active_callbacks(session):
|
|||
url = "http://0.0.0.0:4000/active/callbacks"
|
||||
headers = {
|
||||
"Content-Type": "application/json",
|
||||
"Authorization": "Bearer sk-1234",
|
||||
}
|
||||
|
||||
async with session.get(url, headers=headers) as response:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue