Skip to content

Commit fbd934f

Browse files
committed
Merge branch 'ep/update-database-config-to-boolean' of github.com:getsentry/sentry-python into ep/update-database-config-to-boolean
2 parents cfd92b6 + 466a932 commit fbd934f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/test_data_collection.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ def _get(dc, path):
213213
{"graphql.document": True, "graphql.variables": False},
214214
id="explicit_partial_graphql_fills_omitted",
215215
),
216-
pytest.param(
217-
{"data_collection": {"queues": False}},
218-
{"queues": False},
219-
id="explicit_queues_override",
220-
),
221216
pytest.param(
222217
{"data_collection": {"frame_context_lines": True}},
223218
{"frame_context_lines": 5},

0 commit comments

Comments
 (0)