mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Correct type hints on MQTT tests (#128299)
This commit is contained in:
@@ -610,7 +610,7 @@ def _test_options_attributes_options_config(
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
("hass_config", "options"),
|
||||
_test_options_attributes_options_config((["milk", "beer"], ["milk"], [])),
|
||||
_test_options_attributes_options_config((["milk", "beer"], ["milk"], [])), # type:ignore[arg-type]
|
||||
)
|
||||
async def test_options_attributes(
|
||||
hass: HomeAssistant, mqtt_mock_entry: MqttMockHAClientGenerator, options: list[str]
|
||||
|
||||
Reference in New Issue
Block a user