Commit 672f268
fix(tests): remove stale _dd.compute_stats:1 assertion from logs integration test (#1136)
https://datadoghq.atlassian.net/browse/SVLS-8767
## Summary
- `_dd.compute_stats` was moved from general log tags to trace-only
payloads in commit `55659d93`
- The `test_logs` integration test mock still required
`_dd.compute_stats:1` in the log body
- The mock never matched → httpmock returned non-2xx → `Flusher::send()`
retried infinitely → test hung forever
## Test plan
- [ ] `cargo test --test logs_integration_test test_logs` passes and
completes in < 1s
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f0439bc commit 672f268
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
0 commit comments