From 987f1e59a0f3ee7085654472e88ba91d9ce65da5 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Wed, 16 Jul 2025 09:32:32 +0700 Subject: [PATCH] tests: use `spans` dataset for querying transactions --- _integration-test/test_01_basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_integration-test/test_01_basics.py b/_integration-test/test_01_basics.py index 14ffa25306..89371dc62e 100644 --- a/_integration-test/test_01_basics.py +++ b/_integration-test/test_01_basics.py @@ -398,7 +398,7 @@ def placeholder_fn(): lambda x: len(json.loads(x)["data"]) > 0, ) poll_for_response( - f"{SENTRY_TEST_HOST}/api/0/organizations/sentry/events/?dataset=spansIndexed&field=id&project=1&statsPeriod=1h", + f"{SENTRY_TEST_HOST}/api/0/organizations/sentry/events/?dataset=spans&field=id&project=1&statsPeriod=1h", client, lambda x: len(json.loads(x)["data"]) > 0, )