Update docstrings in pyLoad tests (#120556)
parent
b07453dca4
commit
1d0aa6bff0
|
@ -59,7 +59,7 @@ async def test_button_press(
|
|||
mock_pyloadapi: AsyncMock,
|
||||
entity_registry: er.EntityRegistry,
|
||||
) -> None:
|
||||
"""Test switch turn on method."""
|
||||
"""Test button press method."""
|
||||
|
||||
config_entry.add_to_hass(hass)
|
||||
await hass.config_entries.async_setup(config_entry.entry_id)
|
||||
|
|
|
@ -262,7 +262,7 @@ async def test_reconfiguration(
|
|||
config_entry: MockConfigEntry,
|
||||
mock_pyloadapi: AsyncMock,
|
||||
) -> None:
|
||||
"""Test reauth flow."""
|
||||
"""Test reconfiguration flow."""
|
||||
|
||||
config_entry.add_to_hass(hass)
|
||||
|
||||
|
@ -304,7 +304,7 @@ async def test_reconfigure_errors(
|
|||
side_effect: Exception,
|
||||
error_text: str,
|
||||
) -> None:
|
||||
"""Test reauth flow."""
|
||||
"""Test reconfiguration flow."""
|
||||
|
||||
config_entry.add_to_hass(hass)
|
||||
|
||||
|
|
Loading…
Reference in New Issue