mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-14 18:44:19 +01:00
pytest: test libplugin's send_outreq
This commit is contained in:
@@ -819,3 +819,6 @@ def test_libplugin(node_factory):
|
||||
l2.connect(l1)
|
||||
assert l1.daemon.is_in_log("{} peer_connected".format(l2.info["id"]))
|
||||
l1.daemon.wait_for_log("{} connected".format(l2.info["id"]))
|
||||
|
||||
# Test RPC calls FIXME: test concurrent ones ?
|
||||
assert l1.rpc.call("testrpc") == l1.rpc.getinfo()
|
||||
|
||||
Reference in New Issue
Block a user