From cf7cc69c7d1e3f52e6202e2aa958cdf4e700b996 Mon Sep 17 00:00:00 2001 From: Pierre Massat Date: Wed, 20 May 2026 16:58:28 -0700 Subject: [PATCH] ref(snuba): Stop dropping deprecated spans dataset in reset_snuba The standalone `spans` storage is being removed from Snuba (getsentry/snuba#7955). Once that lands, `/tests/spans/drop` 404s and every Snuba-backed Sentry test fails at setup. Drop the now-defunct endpoint from the test fixture so this lands cleanly alongside the Snuba PR. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/sentry/testutils/pytest/fixtures.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sentry/testutils/pytest/fixtures.py b/src/sentry/testutils/pytest/fixtures.py index c630a4451d48..e40d767a5cf2 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",