Files
NexQuant/test
TPTBusiness 2eced3ca69 fix: Remove API key parameter from generate_api_config()
- Remove api_key parameter from function signature
- API key is now exclusively read from TEST_API_KEY env var
- Complete removal of API key handling from config generation

Security improvements:
- No API key parameters passed through function calls
- Reduces risk of accidental logging or exposure
- Consistent with security best practices
2026-04-02 23:07:56 +02:00
..