Commit 26b464d
test(llama_index): drop redundant _dd_api_key from base llama_index fixture
The base fixture's _dd_api_key override only takes effect for APM-only
tests in test_llama_index.py — none of which read it (APM tracing routes
through the trace agent, no api_key validation). The llama_index_llmobs
fixture sets _dd_api_key independently for LLMObs tests, where the inner
override shadows this one. Vestigial from before the llmobs fixture split.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 04bcad2 commit 26b464d
1 file changed
Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments