mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
tests: make connection details correct
This commit is contained in:
parent
4a3ee19a22
commit
7e60ef6974
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ def test_connect_stresstest(node_factory, executor):
|
|||
# We fire off random connect/disconnect commands.
|
||||
actions = [
|
||||
(l2.rpc.connect, l1.info['id'], 'localhost', l1.port),
|
||||
(l3.rpc.connect, l1.info['id'], 'localhost', l3.port),
|
||||
(l3.rpc.connect, l1.info['id'], 'localhost', l1.port),
|
||||
(l1.rpc.connect, l2.info['id'], 'localhost', l2.port),
|
||||
(l1.rpc.connect, l3.info['id'], 'localhost', l3.port),
|
||||
(l1.rpc.disconnect, l2.info['id'])
|
||||
|
|
Loading…
Add table
Reference in a new issue