mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
test: fix
This commit is contained in:
parent
dbcf2cce59
commit
b62c725e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ async def test_wallet_lightning_address_lookup_and_callback(
|
|||
)
|
||||
|
||||
create_invoice_mock = mocker.patch(
|
||||
"lnbits.core.services.payments.create_invoice",
|
||||
"lnbits.core.services.lightning_address.create_invoice",
|
||||
mocker.AsyncMock(return_value=SimpleNamespace(bolt11=TEST_BOLT11)),
|
||||
)
|
||||
callback = tagged_data["callback"].split("testserver")[-1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue