Cleanup mqtt platform tests part 5 (#120719)
This commit is contained in:
parent
a8f4684929
commit
e907c45981
15 changed files with 36 additions and 79 deletions
|
@ -996,8 +996,7 @@ async def test_publishing_with_custom_encoding(
|
|||
|
||||
|
||||
async def test_reloadable(
|
||||
hass: HomeAssistant,
|
||||
mqtt_client_mock: MqttMockPahoClient,
|
||||
hass: HomeAssistant, mqtt_client_mock: MqttMockPahoClient
|
||||
) -> None:
|
||||
"""Test reloading the MQTT platform."""
|
||||
domain = lock.DOMAIN
|
||||
|
@ -1047,8 +1046,7 @@ async def test_setup_manual_entity_from_yaml(
|
|||
|
||||
|
||||
async def test_unload_entry(
|
||||
hass: HomeAssistant,
|
||||
mqtt_mock_entry: MqttMockHAClientGenerator,
|
||||
hass: HomeAssistant, mqtt_mock_entry: MqttMockHAClientGenerator
|
||||
) -> None:
|
||||
"""Test unloading the config entry."""
|
||||
domain = lock.DOMAIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue