diff --git a/tests/components/pyload/test_button.py b/tests/components/pyload/test_button.py
index b30a4cefd42b3e205a1b1d3492c8489645c3c620..b5aa18ad3d9f2651c531567929fc61ec55c1af8f 100644
--- a/tests/components/pyload/test_button.py
+++ b/tests/components/pyload/test_button.py
@@ -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)
diff --git a/tests/components/pyload/test_config_flow.py b/tests/components/pyload/test_config_flow.py
index 8e9083a49c82b96895778f79144720d880845ddb..8c7754123717f30bbd85620a30b64f459e264ab2 100644
--- a/tests/components/pyload/test_config_flow.py
+++ b/tests/components/pyload/test_config_flow.py
@@ -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)