mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Correct type hints on MQTT tests (#128299)
This commit is contained in:
@@ -469,7 +469,7 @@ async def test_setting_blocked_attribute_via_mqtt_json_message(
|
||||
) -> None:
|
||||
"""Test the setting of attribute via MQTT with JSON payload."""
|
||||
await help_test_setting_blocked_attribute_via_mqtt_json_message(
|
||||
hass, mqtt_mock_entry, text.DOMAIN, DEFAULT_CONFIG, {}
|
||||
hass, mqtt_mock_entry, text.DOMAIN, DEFAULT_CONFIG, None
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user