Commit 2087bb5
Test
test(e2e): skip test if API returns 'User not found' error
When the GROQ_API_KEY env var is present but the user account is disabled or invalid, the LLM provider returns 'API error: User not found'.
We now correctly interpret this as a missing API key state and skip the test instead of failing the entire suite.1 parent c3a6e43 commit 2087bb5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments