Commit c134eab2 authored by Jonathan Rohde's avatar Jonathan Rohde
Browse files

feat(sqlalchemy): format backend

parent 320e6585
......@@ -91,6 +91,7 @@ class AbstractPostgresTest(AbstractIntegrationTest):
while retries > 0:
try:
from config import BACKEND_DIR
db = create_engine(database_url, pool_pre_ping=True)
db = db.connect()
log.info("postgres is ready!")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment