mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 04:22:35 +02:00
CI: regtest with LndRestWallet
and CLightningWallet
(#738)
* add regtest * test LndRestWallet * test CLightningWallet
This commit is contained in:
@@ -27,7 +27,8 @@ WALLET.status = AsyncMock(
|
||||
)
|
||||
)
|
||||
|
||||
WALLET.create_invoice = generate_mock_invoice
|
||||
# Note: if this line is uncommented, invoices will always be generated by FakeWallet
|
||||
# WALLET.create_invoice = generate_mock_invoice
|
||||
|
||||
# NOTE: This mock fails since it yields the same invoice multiple
|
||||
# times which makes the db throw an error due to uniqueness contraints
|
||||
|
Reference in New Issue
Block a user