Adjust pylint plugin for components fixtures (#90217)

* Adjust pylint plugin for components fixtures

* Adjust components

* Use MagicMock

* Adjust

* Use None
This commit is contained in:
epenet 2023-03-26 15:21:19 +02:00 committed by GitHub
parent e0ec3488d3
commit 69a46d4002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 59 additions and 59 deletions

View file

@ -364,7 +364,7 @@ def test_thread_status_to_str() -> None:
async def test_rssi_sensor(
hass: HomeAssistant,
utcnow,
entity_registry_enabled_by_default,
entity_registry_enabled_by_default: None,
enable_bluetooth: None,
) -> None:
"""Test an rssi sensor."""
@ -389,7 +389,7 @@ async def test_rssi_sensor(
async def test_migrate_rssi_sensor_unique_id(
hass: HomeAssistant,
utcnow,
entity_registry_enabled_by_default,
entity_registry_enabled_by_default: None,
enable_bluetooth: None,
) -> None:
"""Test an rssi sensor unique id migration."""