Commit 15fff61
test(django): Drop span_streaming parametrize where the arm is inert (#7157)
### Description
These tests are event-only: they capture events, never spans, and the
`span_streaming` argument was only ever fed to `trace_lifecycle`. Both
arms exercised identical code paths and asserted identical payloads, so
the parametrize doubled the case count without adding coverage.
Tests that inspect spans or transactions keep their parametrize.
391 -> 356 cases.
Refs PY-2641
Refs #69751 parent 8a4226c commit 15fff61
3 files changed
Lines changed: 145 additions & 447 deletions
0 commit comments