File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ async def test_stick_node_join_subscription(
670670 await stick .connect ()
671671 await stick .initialize ()
672672 await stick .discover_nodes (load = False )
673- await stick .set_accept_join_request (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 ,
@@ -679,9 +679,9 @@ async def test_stick_node_join_subscription(
679679
680680 # Inject node join request message
681681 mock_serial .inject_message (b"00069999999999999999" , b"FFFC" )
682- # mac_join_node = await self.test_node_join
683- # assert mac_join_node == "9999999999999999"
684- # unusb_join()
682+ mac_join_node = await self .test_node_join
683+ assert mac_join_node == "9999999999999999"
684+ unusb_join ()
685685 await stick .disconnect ()
686686
687687 @pytest .mark .asyncio
You can’t perform that action at this time.
0 commit comments