mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
refactor: update test fixtures and remove unused environment variables
This commit is contained in:
@@ -18,7 +18,7 @@ engine = create_async_engine(
|
||||
test_engine = create_async_engine(
|
||||
global_settings.test_asyncpg_url.unicode_string(),
|
||||
future=True,
|
||||
echo=True,
|
||||
echo=False,
|
||||
)
|
||||
|
||||
# expire_on_commit=False will prevent attributes from being expired
|
||||
|
||||
Reference in New Issue
Block a user