mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 06:55:13 +01:00
pytest: dev-ping was renamed to ping
This commit is contained in:
parent
35d7449259
commit
a97955845f
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ def test_reconnect_gossiping(node_factory):
|
|||
may_reconnect=True)
|
||||
l1.rpc.connect(l2.info['id'], 'localhost', l2.port)
|
||||
|
||||
l2.rpc.dev_ping(l1.info['id'], 1, 65532)
|
||||
l2.rpc.ping(l1.info['id'], 1, 65532)
|
||||
l1.daemon.wait_for_log('Forgetting peer')
|
||||
|
||||
l1.rpc.connect(l2.info['id'], 'localhost', l2.port)
|
||||
|
|
Loading…
Add table
Reference in a new issue