Skip to content

Commit 7e26ba7

Browse files
committed
add a type to the mock that's unused.
1 parent a79d06c commit 7e26ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/workflow_engine/receivers/test_project_detectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def test_disable_default_detector_creation_prevents_performance_detectors(self)
261261
"performance_slow_db_query": frozenset({"ruby", "php"}),
262262
},
263263
)
264-
def test_respects_default_enabled_state(self, _) -> None:
264+
def test_respects_default_enabled_state(self, mock_disabled: mock.MagicMock) -> None:
265265
"""Test that detectors respect both platform-specific disabling and default enabled state."""
266266
with disable_default_detector_creation():
267267
project = self.create_project(platform="ruby")

0 commit comments

Comments
 (0)