Skip to content
Snippets Groups Projects
Unverified Commit 1d0aa6bf authored by Mr. Bubbles's avatar Mr. Bubbles Committed by GitHub
Browse files

Update docstrings in pyLoad tests (#120556)

parent b07453dc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment