Skip to content

Commit

Permalink
fixup! pytest: Add test for keysend extra-tlvs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jun 21, 2021
1 parent a7195e3 commit 266da65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -3105,7 +3105,7 @@ def test_keysend_extra_tlvs(node_factory):
l1.rpc.keysend(l2.info['id'], amt, extra_tlvs={133773310: 'FEEDC0DE'})
invs = l2.rpc.listinvoices()['invoices']
assert(len(invs) == 1)
assert(l2.daemon.is_in_log(r'plugin-sphinx-receiver.py.*extra_tlvs.*133773310.*feedc0de'))
assert(l2.daemon.is_in_log(r'plugin-sphinx-receiver.py.*extratlvs.*133773310.*feedc0de'))

inv = invs[0]
print(inv)
Expand Down

0 comments on commit 266da65

Please sign in to comment.