From b064f9c453f2c3b81bc8b87e1d14f5d73eb726a2 Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Mon, 27 Feb 2023 09:33:55 +0100 Subject: [PATCH] fix tests --- tests/sentry/api/endpoints/test_project_details.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sentry/api/endpoints/test_project_details.py b/tests/sentry/api/endpoints/test_project_details.py index 1f91e3c70a9dd4..b3f7ff4b6124a8 100644 --- a/tests/sentry/api/endpoints/test_project_details.py +++ b/tests/sentry/api/endpoints/test_project_details.py @@ -1352,7 +1352,7 @@ def test_get_dynamic_sampling_biases_with_previously_assigned_biases(self): }, {"id": "ignoreHealthChecks", "active": True}, {"id": "boostKeyTransactions", "active": True}, - {"id": "prioritiseByTxName", "active": False}, + {"id": "boostLowVolumeTransactions", "active": False}, ] def test_dynamic_sampling_bias_activation(self): @@ -1470,7 +1470,7 @@ def test_put_new_dynamic_sampling_rules_with_correct_flags(self): }, {"id": "ignoreHealthChecks", "active": False}, {"id": "boostKeyTransactions", "active": False}, - {"id": "prioritiseByTxName", "active": False}, + {"id": "boostLowVolumeTransactions", "active": False}, ] with Feature( {