pnp-chatbot-v1 / tests /test_db.py
FauziIsyrinApridal
Initial commit without binary files
ea1ba01
raw
history blame contribute delete
108 Bytes
from app.db import supabase
def test_supabase_connection():
#check conn
assert supabase is not None