We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79d06c commit 7e26ba7Copy full SHA for 7e26ba7
tests/sentry/workflow_engine/receivers/test_project_detectors.py
@@ -261,7 +261,7 @@ def test_disable_default_detector_creation_prevents_performance_detectors(self)
261
"performance_slow_db_query": frozenset({"ruby", "php"}),
262
},
263
)
264
- def test_respects_default_enabled_state(self, _) -> None:
+ def test_respects_default_enabled_state(self, mock_disabled: mock.MagicMock) -> None:
265
"""Test that detectors respect both platform-specific disabling and default enabled state."""
266
with disable_default_detector_creation():
267
project = self.create_project(platform="ruby")
0 commit comments