diff --git a/src/sentry/testutils/pytest/fixtures.py b/src/sentry/testutils/pytest/fixtures.py index c630a4451d48a2..e40d767a5cf24a 100644 --- a/src/sentry/testutils/pytest/fixtures.py +++ b/src/sentry/testutils/pytest/fixtures.py @@ -337,7 +337,6 @@ def inner(endpoint): def reset_snuba(call_snuba): init_endpoints = [ "/tests/events_analytics_platform/drop", - "/tests/spans/drop", "/tests/events/drop", "/tests/functions/drop", "/tests/groupedmessage/drop",