Skip to content

Commit

Permalink
Update tests/sentry/api/endpoints/test_project_details.py
Browse files Browse the repository at this point in the history
Co-authored-by: Radu Woinaroski <[email protected]>
  • Loading branch information
Andrii Soldatenko and RaduW authored Feb 23, 2023
1 parent e81c341 commit 3ab1345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sentry/api/endpoints/test_project_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3ab1345

Please sign in to comment.