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:
parent
e0ec3488d3
commit
69a46d4002
21 changed files with 59 additions and 59 deletions
|
@ -210,7 +210,7 @@ async def test_uptime_sensors(
|
|||
hass: HomeAssistant,
|
||||
aioclient_mock: AiohttpClientMocker,
|
||||
mock_unifi_websocket,
|
||||
entity_registry_enabled_by_default,
|
||||
entity_registry_enabled_by_default: None,
|
||||
initial_uptime,
|
||||
event_uptime,
|
||||
new_uptime,
|
||||
|
@ -296,7 +296,7 @@ async def test_remove_sensors(
|
|||
hass: HomeAssistant,
|
||||
aioclient_mock: AiohttpClientMocker,
|
||||
mock_unifi_websocket,
|
||||
entity_registry_enabled_by_default,
|
||||
entity_registry_enabled_by_default: None,
|
||||
) -> None:
|
||||
"""Verify removing of clients work as expected."""
|
||||
wired_client = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue