Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c134eab2
"vscode:/vscode.git/clone" did not exist on "da16d43be0ad2f5634fac2b1ca6168ffadc17d63"
Commit
c134eab2
authored
Jun 24, 2024
by
Jonathan Rohde
Browse files
feat(sqlalchemy): format backend
parent
320e6585
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
backend/test/util/abstract_integration_test.py
backend/test/util/abstract_integration_test.py
+1
-0
No files found.
backend/test/util/abstract_integration_test.py
View file @
c134eab2
...
@@ -91,6 +91,7 @@ class AbstractPostgresTest(AbstractIntegrationTest):
...
@@ -91,6 +91,7 @@ class AbstractPostgresTest(AbstractIntegrationTest):
while
retries
>
0
:
while
retries
>
0
:
try
:
try
:
from
config
import
BACKEND_DIR
from
config
import
BACKEND_DIR
db
=
create_engine
(
database_url
,
pool_pre_ping
=
True
)
db
=
create_engine
(
database_url
,
pool_pre_ping
=
True
)
db
=
db
.
connect
()
db
=
db
.
connect
()
log
.
info
(
"postgres is ready!"
)
log
.
info
(
"postgres is ready!"
)
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment