From 693dd804d24299a74a19361c4a49235761f8a17d Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 9 Mar 2021 16:59:08 +0100 Subject: [PATCH] fixup! pay: Filter out routehints whose entrypoint is unknown --- tests/test_pay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pay.py b/tests/test_pay.py index cd97a01f868c..6dfd92b4ec77 100644 --- a/tests/test_pay.py +++ b/tests/test_pay.py @@ -4203,7 +4203,6 @@ def test_unreachable_routehint(node_factory, bitcoind): assert('routes' in decoded and len(decoded['routes']) == 1) - with pytest.raises(RpcError, match=r'Destination [a-f0-9]{66} is not reachable'): l1.rpc.pay(invoice)