TEST: fix tests for real wallets (#1761)
* fix tests for real wallets * change realinvoice provider to lnd-1 * use lnd-3 for tests * fix eclair tests * use bullseye in dockerimage
This commit is contained in:
parent
8ed2422ade
commit
c48e2329c5
5 changed files with 22 additions and 20 deletions
|
|
@ -127,6 +127,6 @@ async def invoice(to_wallet):
|
|||
|
||||
@pytest_asyncio.fixture(scope="session")
|
||||
async def real_invoice():
|
||||
invoice = get_real_invoice(100_000, "test-fixture")
|
||||
yield invoice
|
||||
invoice = get_real_invoice(100)
|
||||
yield {"bolt11": invoice["payment_request"]}
|
||||
del invoice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue