File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -572,7 +572,6 @@ async def test_stick_node_discovered_subscription(
572572 await stick .connect ()
573573 await stick .initialize ()
574574 await stick .discover_nodes (load = False )
575- await stick .set_accept_join_request (True )
576575 self .test_node_awake = asyncio .Future ()
577576 unsub_awake = stick .subscribe_to_node_events (
578577 node_event_callback = self .node_awake ,
@@ -671,6 +670,7 @@ async def test_stick_node_discovered_subscription(
671670# await stick.connect()
672671# await stick.initialize()
673672# await stick.discover_nodes(load=False)
673+ # await stick.set_accept_join_request(True)
674674# self.test_node_join = asyncio.Future()
675675# unusb_join = stick.subscribe_to_node_events(
676676# node_event_callback=self.node_join,
You can’t perform that action at this time.
0 commit comments