mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
Disable pylint registry fixture rule in config WS test (#177454)
This commit is contained in:
@@ -235,6 +235,7 @@ async def test_list_composite_splits(
|
||||
|
||||
dr.async_setup(hass)
|
||||
await dr.async_load(hass)
|
||||
# pylint: disable-next=home-assistant-tests-registry-fixtures
|
||||
registry = dr.async_get(hass)
|
||||
|
||||
splits_a = registry.async_get_devices_for_composite_device_id(
|
||||
|
||||
Reference in New Issue
Block a user