Update docstrings in pyLoad tests (#120556)

pull/120559/head
Mr. Bubbles 2024-06-26 13:40:20 +02:00 committed by GitHub
parent b07453dca4
commit 1d0aa6bff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)