This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Commit cf6ed06
committed
fix: set async: false for tests that manipulate environment variables
Tests that modify global state like environment variables must run
synchronously to prevent race conditions. Fixed:
- groq_test.exs: Was missing async option (defaulted to true)
- ex_llm_pipeline_api_test.exs: Was explicitly set to async: true
This prevents tests from interfering with each other's API keys.1 parent 6641890 commit cf6ed06
File tree
2 files changed
+2
-2
lines changed- test
- ex_llm/providers
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments