pnp-chatbot-v1 / tests /test_config.py
FauziIsyrinApridal
Initial commit without binary files
ea1ba01
raw
history blame contribute delete
201 Bytes
import os
from app.config import Config
def test_config_load():
assert Config.SUPABASE_URL is not None
assert Config.SUPABASE_KEY is not None
assert Config.REPLICATE_API_TOKEN is not None