Files
NexQuant/test
TPTBusiness 6233375167 fix: Remove API key from test_benchmark_api.py config
- Read API key from environment variable instead of config file
- Prevents accidental exposure of API keys in code/config
- Security best practice: secrets should not be stored in files

Security improvements:
- API keys read from TEST_API_KEY environment variable
- Empty string as fallback (will fail gracefully if not set)
- No secrets stored in test configuration files
2026-04-02 23:07:32 +02:00
..