Fix doc string in mqtt test (#88138)

Fix docstr
This commit is contained in:
Jan Bouwhuis 2023-02-15 05:56:03 +01:00 committed by GitHub
parent cc8c42ea7a
commit 6c23d6abfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1290,7 +1290,7 @@ async def test_subscribe_same_topic(
mqtt_client_mock: MqttMockPahoClient, mqtt_client_mock: MqttMockPahoClient,
mqtt_mock_entry_no_yaml_config: MqttMockHAClientGenerator, mqtt_mock_entry_no_yaml_config: MqttMockHAClientGenerator,
) -> None: ) -> 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 When subscribing to the same topic again, SUBSCRIBE must be sent to the broker again
for it to resend any retained messages. for it to resend any retained messages.