From c079d6b6dbc864419998ddd2c1f7a95ff00cebf5 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 8 Jun 2026 16:42:15 -0500 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- tests/components/esphome/test_assist_satellite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/esphome/test_assist_satellite.py b/tests/components/esphome/test_assist_satellite.py index 83c5b967c340..1ca6496554d5 100644 --- a/tests/components/esphome/test_assist_satellite.py +++ b/tests/components/esphome/test_assist_satellite.py @@ -2435,7 +2435,7 @@ async def test_get_configuration_without_announce_feature( mock_client: APIClient, mock_esphome_device: MockESPHomeDeviceType, ) -> None: - """Test getting and setting the satellite configuration.""" + """Test getting the satellite configuration in the background without ANNOUNCE.""" expected_config = AssistSatelliteConfiguration( available_wake_words=[ AssistSatelliteWakeWord("1234", "okay nabu", ["en"]),