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 b81abad commit dcea094Copy full SHA for dcea094
1 file changed
tests/e2e/iothub_e2e/conftest.py
@@ -65,7 +65,7 @@ def random_reported_props():
65
all_objects_can_leak = []
66
one_object_can_leak = [
67
"<class 'azure.iot.device.common.alarm.Alarm'>",
68
- "<class 'paho.mqtt.client.WebsocketWrapper'>",
+ "<class 'paho.mqtt.client._WebsocketWrapper'>",
69
]
70
71
0 commit comments