This can happen before "public key" which start() swallows
(node)
| 19 | |
| 20 | |
| 21 | def wait_for_grpc_start(node): |
| 22 | """This can happen before "public key" which start() swallows""" |
| 23 | wait_for(lambda: node.daemon.is_in_log(r'serving grpc')) |
| 24 | |
| 25 | |
| 26 | @pytest.mark.parametrize("old_hsmsecret,expected_node_id", [ |
no test coverage detected