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 abc1937 commit 204d3e4Copy full SHA for 204d3e4
tests/test_quixstreams/test_sinks/test_community/test_mqtt_sink.py
@@ -76,4 +76,4 @@ def test_mqtt_disconnect_on_delete(self, mqtt_sink_factory):
76
sink, mock_mqtt_client = mqtt_sink_factory()
77
sink.cleanup() # Explicitly call cleanup
78
mock_mqtt_client.loop_stop.assert_called_once()
79
- mock_mqtt_client.disconnect.assert_called_once()
+ mock_mqtt_client.disconnect.assert_called_once()
0 commit comments