From 3cafe318c1285830e06726a6085b1f2667ee68b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 8 Jul 2025 13:19:02 +0200 Subject: [PATCH] Update tests/components/cloud/test_subscription.py --- tests/components/cloud/test_subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/cloud/test_subscription.py b/tests/components/cloud/test_subscription.py index 74c86a55d73..843aa406354 100644 --- a/tests/components/cloud/test_subscription.py +++ b/tests/components/cloud/test_subscription.py @@ -34,7 +34,7 @@ async def test_fetching_subscription_with_api_error( caplog: pytest.LogCaptureFixture, mocked_cloud: Cloud, ) -> None: - """Test that we handle timeout error.""" + """Test that we handle API errors.""" mocked_cloud.payments.subscription_info.side_effect = payments_api.PaymentsApiError( "There was an error with the API" )