We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lsp_invoice
1 parent 46aa6dc commit 89f47a3Copy full SHA for 89f47a3
libs/gl-client-py/tests/test_plugin.py
@@ -234,4 +234,4 @@ def test_lsps_plugin_calls(clients, bitcoind, node_factory, lsps_server):
234
# Only one routehint, with only one hop, the LSP to the destination
235
assert len(inv.route_hints.route_hints) == 1
236
rh = inv.route_hints.route_hints[0]
237
- assert rh["pubkey"] == bytes.fromhex(lsp_id)
+ assert rh.pubkey == bytes.fromhex(lsp_id)
0 commit comments