Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Soldatenko committed Feb 27, 2023
1 parent b32acf6 commit b064f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sentry/api/endpoints/test_project_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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(
{
Expand Down

0 comments on commit b064f9c

Please sign in to comment.