forked from phoenix/litellm-mirror
test: ensure test calls contain bearer token
This commit is contained in:
parent
b1b582ffe2
commit
7412463ebb
4 changed files with 37 additions and 31 deletions
|
@ -31,7 +31,7 @@ from litellm.proxy.proxy_server import (
|
|||
) # Replace with the actual module where your FastAPI router is defined
|
||||
|
||||
# Your bearer token
|
||||
token = ""
|
||||
token = "sk-1234"
|
||||
|
||||
headers = {"Authorization": f"Bearer {token}"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue