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:
dni ⚡
2023-06-15 12:36:28 +02:00
committed by GitHub
parent 8ed2422ade
commit c48e2329c5
5 changed files with 22 additions and 20 deletions
+2 -2
View File
@@ -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