Skip to content

Commit 7e60ef6

Browse files
committed
tests: make connection details correct
1 parent 4a3ee19 commit 7e60ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def test_connect_stresstest(node_factory, executor):
453453
# We fire off random connect/disconnect commands.
454454
actions = [
455455
(l2.rpc.connect, l1.info['id'], 'localhost', l1.port),
456-
(l3.rpc.connect, l1.info['id'], 'localhost', l3.port),
456+
(l3.rpc.connect, l1.info['id'], 'localhost', l1.port),
457457
(l1.rpc.connect, l2.info['id'], 'localhost', l2.port),
458458
(l1.rpc.connect, l3.info['id'], 'localhost', l3.port),
459459
(l1.rpc.disconnect, l2.info['id'])

0 commit comments

Comments
 (0)