chore: remediate CI blockers for production readiness
This commit is contained in:
7
libs/ai-services/tests/conftest.py
Normal file
7
libs/ai-services/tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
|
||||
os.environ.setdefault(
|
||||
"AI_CORS_ORIGINS",
|
||||
"http://localhost:3000,http://localhost:3001",
|
||||
)
|
||||
Reference in New Issue
Block a user