test: ensure test calls contain bearer token

This commit is contained in:
Krrish Dholakia 2024-01-26 20:15:35 -08:00
parent b1b582ffe2
commit 7412463ebb
4 changed files with 37 additions and 31 deletions

View file

@ -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}"}