Skip to content

Commit 50f6a56

Browse files
committed
tests: Stabilize test_trampoline_pay
1 parent 6682e02 commit 50f6a56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/gl-client-py/tests/test_plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_trampoline_pay(bitcoind, clients, node_factory):
6363
l2 = node_factory.get_node(
6464
options={
6565
"plugin": trmp_plugin_path,
66+
"disable-plugin": "cln-grpc",
6667
}
6768
)
6869
n1.connect_peer(l2.info["id"], f"localhost:{l2.port}")
@@ -118,7 +119,7 @@ def test_trampoline_pay(bitcoind, clients, node_factory):
118119
assert len(ch.htlcs) == 0
119120

120121
# new unknown unconnected node without the trampoline featurebit.
121-
l3 = node_factory.get_node()
122+
l3 = node_factory.get_node(options={"disable-plugin": "cln-grpc"})
122123
inv = l2.rpc.invoice(
123124
amount_msat=1000000,
124125
label="trampoline-pay-test-2",

0 commit comments

Comments
 (0)