diff --git a/pylint/plugins/hass_enforce_type_hints.py b/pylint/plugins/hass_enforce_type_hints.py index 99e3a4769ae..2077b865377 100644 --- a/pylint/plugins/hass_enforce_type_hints.py +++ b/pylint/plugins/hass_enforce_type_hints.py @@ -146,7 +146,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = { "mqtt_mock_entry": "MqttMockHAClientGenerator", "recorder_db_url": "str", "recorder_mock": "Recorder", - "requests_mock": "requests_mock.Mocker", + "requests_mock": "Mocker", "snapshot": "SnapshotAssertion", "socket_enabled": "None", "stub_blueprint_populate": "None",