mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
Stricter pylint message control (#86154)
This commit is contained in:
@@ -765,7 +765,7 @@ async def test_options_priority(hass: HomeAssistant) -> None:
|
||||
{ATTR_ENTITY_ID: TEST_ENTITY_ID_1},
|
||||
blocking=True,
|
||||
)
|
||||
# pylint: disable=unsubscriptable-object
|
||||
# pylint: disable-next=unsubscriptable-object
|
||||
assert client.async_send_set_color.call_args[1][CONF_PRIORITY] == new_priority
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user