paytest: Fix issue with payments destined for the current node

See previous commit for details.
This commit is contained in:
Christian Decker
2021-03-25 14:43:58 +01:00
committed by Michael Schmoock
parent fb77c4989b
commit efd1b7e86a
2 changed files with 1 additions and 2 deletions

View File

@@ -57,7 +57,6 @@ def test_mpp_pay(node_factory):
assert len(is16399) >= 1
@pytest.mark.xfail(strict=True)
def test_incoming_payment(node_factory):
"""Ensure that we don't fail if the payment is not a paytest.
"""