[TEST] dont install default extensions for tests (#1861)

This commit is contained in:
dni ⚡ 2023-08-16 19:19:21 +02:00 committed by GitHub
parent 5e03f8eed8
commit c8414829d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,9 @@ from lnbits.db import Database
from lnbits.settings import settings
from tests.helpers import get_hold_invoice, get_random_invoice_data, get_real_invoice
# dont install extensions for tests
settings.lnbits_extensions_default_install = []
@pytest_asyncio.fixture(scope="session")
def event_loop():