ℹ️ fix: Add back Removed Icons for MCP Servers in Tools Dialog (#8636)

* Bug: Fix icons for MCP servers

* Add `OPENAI_API_KEY` to `jestSetup.js` to fix tests
This commit is contained in:
Sebastien Bruel 2025-07-24 13:41:06 +09:00 committed by GitHub
parent 0aafdc0a86
commit 283c9cff6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 93 additions and 2 deletions

View file

@ -10,3 +10,4 @@ process.env.JWT_SECRET = 'test';
process.env.JWT_REFRESH_SECRET = 'test';
process.env.CREDS_KEY = 'test';
process.env.CREDS_IV = 'test';
process.env.OPENAI_API_KEY = 'test';