mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: improve debugging for test
This commit is contained in:
parent
4538eb848f
commit
5c6dcd6029
4 changed files with 19 additions and 3 deletions
|
@ -1389,6 +1389,7 @@ class PrismaClient:
|
|||
WHERE v.token = '{token}'
|
||||
"""
|
||||
|
||||
print_verbose("sql_query being made={}".format(sql_query))
|
||||
response = await self.db.query_first(query=sql_query)
|
||||
|
||||
if response is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue