Adjust type hint for request_mock.Mocker in pylint plugin (#118458)
This commit is contained in:
parent
1317837986
commit
baaf16e9b3
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
|
||||||
"mqtt_mock_entry": "MqttMockHAClientGenerator",
|
"mqtt_mock_entry": "MqttMockHAClientGenerator",
|
||||||
"recorder_db_url": "str",
|
"recorder_db_url": "str",
|
||||||
"recorder_mock": "Recorder",
|
"recorder_mock": "Recorder",
|
||||||
"requests_mock": "requests_mock.Mocker",
|
"requests_mock": "Mocker",
|
||||||
"snapshot": "SnapshotAssertion",
|
"snapshot": "SnapshotAssertion",
|
||||||
"socket_enabled": "None",
|
"socket_enabled": "None",
|
||||||
"stub_blueprint_populate": "None",
|
"stub_blueprint_populate": "None",
|
||||||
|
|
Loading…
Add table
Reference in a new issue