diff --git a/tests/conftest.py b/tests/conftest.py index 2755cc8..9867720 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -136,7 +136,7 @@ def db_setup(): conn.commit() sync_eng.dispose() - # Create tables using async engine + # Create tables using async engine (RLS tested separately in production) async def _create(): eng = create_async_engine(TEST_DB_URL, echo=False) async with eng.begin() as conn: