Files
last30days-skill/tests
Matt Van Horn 04bfb5381d fix(tests): patch env isolation in test_api_key_takes_priority
The test was picking up the real OPENAI_API_KEY from the shell
environment, causing it to fail on any machine with that key set.
Added @patch.dict(os.environ, {}, clear=True) so the test runs in
a clean env and exercises the file_env path as intended.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:36:37 -08:00
..
2026-01-23 12:37:31 -08:00
2026-01-23 12:37:31 -08:00
2026-01-23 12:37:31 -08:00
2026-01-23 12:37:31 -08:00