test: fix lndrest on regtest (#2811)
* fix: lndrest on regtest * fix some race conditions on lndrest
This commit is contained in:
parent
61c71660b8
commit
1b9bb32ca0
6 changed files with 19 additions and 11 deletions
|
|
@ -3,11 +3,6 @@ import pytest
|
|||
from .helpers import get_hold_invoice, get_real_invoice
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def anyio_backend():
|
||||
return "asyncio"
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
async def hold_invoice():
|
||||
invoice = get_hold_invoice(100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue