From 3ab134542abdefe481e26a747b7d40e8d14162c4 Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Thu, 23 Feb 2023 16:20:36 +0100 Subject: [PATCH] Update tests/sentry/api/endpoints/test_project_details.py Co-authored-by: Radu Woinaroski <5281987+RaduW@users.noreply.github.com> --- tests/sentry/api/endpoints/test_project_details.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sentry/api/endpoints/test_project_details.py b/tests/sentry/api/endpoints/test_project_details.py index 02395b6b022e28..1f91e3c70a9dd4 100644 --- a/tests/sentry/api/endpoints/test_project_details.py +++ b/tests/sentry/api/endpoints/test_project_details.py @@ -1325,7 +1325,7 @@ def test_get_dynamic_sampling_biases_manually_set_biases(self): }, {"id": "ignoreHealthChecks", "active": True}, {"id": "boostKeyTransactions", "active": True}, - {"id": "prioritiseByTxName", "active": False}, + {"id": "boostLowVolumeTransactions", "active": False}, ] def test_get_dynamic_sampling_biases_with_previously_assigned_biases(self):