Skip to content

Commit 89f47a3

Browse files
committed
fixup! plugin: Implement LSP selection for lsp_invoice
1 parent 46aa6dc commit 89f47a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ def test_lsps_plugin_calls(clients, bitcoind, node_factory, lsps_server):
234234
# Only one routehint, with only one hop, the LSP to the destination
235235
assert len(inv.route_hints.route_hints) == 1
236236
rh = inv.route_hints.route_hints[0]
237-
assert rh["pubkey"] == bytes.fromhex(lsp_id)
237+
assert rh.pubkey == bytes.fromhex(lsp_id)

0 commit comments

Comments
 (0)