From 6c23d6abfec06ad5a68804fb7e1470f7297aa0fb Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Wed, 15 Feb 2023 05:56:03 +0100 Subject: [PATCH] Fix doc string in mqtt test (#88138) Fix docstr --- tests/components/mqtt/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/mqtt/test_init.py b/tests/components/mqtt/test_init.py index 677ea045b56..40cb19a5374 100644 --- a/tests/components/mqtt/test_init.py +++ b/tests/components/mqtt/test_init.py @@ -1290,7 +1290,7 @@ async def test_subscribe_same_topic( mqtt_client_mock: MqttMockPahoClient, mqtt_mock_entry_no_yaml_config: MqttMockHAClientGenerator, ) -> None: - """Test subscring to same topic twice and simulate retained messages. + """Test subscribing to same topic twice and simulate retained messages. When subscribing to the same topic again, SUBSCRIBE must be sent to the broker again for it to resend any retained messages.