Skip to content

Commit

Permalink
clen up
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Sep 17, 2024
1 parent 4885b4b commit 2986714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def _random_schema(
) -> Iterator[str]:
engine = create_engine(url.set(drivername="postgresql+psycopg"))
try:
engine.connect()
engine.connect().close()
except OperationalError as exc:
if "too many clients" in str(exc):
pass
Expand Down

0 comments on commit 2986714

Please sign in to comment.