fix testing

This commit is contained in:
Beverly Nguyen
2025-05-20 10:17:31 -07:00
parent bc2738a97a
commit 8079a95c7a

View File

@@ -134,6 +134,8 @@ class Test(Development):
ASSET_PATH = "https://static.example.com/"
API_HOST_NAME = "http://you-forgot-to-mock-an-api-call-to"
API_PUBLIC_URL = "http://you-forgot-to-mock-an-api-call-to"
REDIS_URL = "redis://you-forgot-to-mock-a-redis-call-to"
LOGO_CDN_DOMAIN = "static-logos.test.com"