Spaces:
Sleeping
Sleeping
File size: 201 Bytes
ea1ba01 |
1 2 3 4 5 6 7 8 |
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
|