We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18f3f0 commit 8a21272Copy full SHA for 8a21272
tests/devices/test_v1_channel.py
@@ -174,7 +174,7 @@ async def test_v1_channel_mqtt_disconnected(
174
mock_local_channel.connect.assert_called_once()
175
176
# Simulate an MQTT disconnection where the channel is not healthy
177
- await mock_mqtt_channel.close()
+ mock_mqtt_channel.close()
178
179
# Verify properties
180
assert not v1_channel.is_mqtt_connected
0 commit comments