We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f7134 commit f8e210dCopy full SHA for f8e210d
1 file changed
tests/test_usb.py
@@ -572,7 +572,6 @@ async def test_stick_node_discovered_subscription(
572
await stick.connect()
573
await stick.initialize()
574
await stick.discover_nodes(load=False)
575
- await stick.set_accept_join_request(True)
576
self.test_node_awake = asyncio.Future()
577
unsub_awake = stick.subscribe_to_node_events(
578
node_event_callback=self.node_awake,
@@ -671,6 +670,7 @@ async def test_stick_node_discovered_subscription(
671
670
# await stick.connect()
672
# await stick.initialize()
673
# await stick.discover_nodes(load=False)
+# await stick.set_accept_join_request(True)
674
# self.test_node_join = asyncio.Future()
675
# unusb_join = stick.subscribe_to_node_events(
676
# node_event_callback=self.node_join,
0 commit comments