mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-15 13:00:14 +02:00
test: some tests
This commit is contained in:
parent
182694d2e5
commit
dfa89ca063
2 changed files with 2 additions and 3 deletions
|
|
@ -17,10 +17,8 @@ from lnbits.core.services.fiat_providers import (
|
|||
check_fiat_status,
|
||||
check_stripe_signature,
|
||||
handle_fiat_payment_confirmation,
|
||||
verify_paypal_webhook,
|
||||
)
|
||||
from lnbits.core.services.fiat_providers import (
|
||||
test_connection as fiat_provider_connection,
|
||||
verify_paypal_webhook,
|
||||
)
|
||||
from lnbits.core.services.users import create_user_account
|
||||
from lnbits.fiat.base import FiatInvoiceResponse, FiatPaymentStatus, FiatStatusResponse
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import json
|
|||
import pytest
|
||||
|
||||
from lnbits.db import (
|
||||
dict_to_submodel,
|
||||
dict_to_model,
|
||||
dict_to_submodel,
|
||||
insert_query,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue