Skip to content

Commit be38520

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9dea049 commit be38520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

duckdb_engine/tests/test_ducklake.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def readonly_ducklake_engine(temp_dir: Path) -> Engine:
192192
)
193193
return readonly_engine
194194

195+
195196
@pytest.fixture
196197
def postgres(temp_dir: Path) -> Engine:
197198
data_path = temp_dir / "data"
@@ -201,7 +202,7 @@ def postgres(temp_dir: Path) -> Engine:
201202

202203
# First create some test data with a writable connection
203204
writable_engine = create_engine(
204-
f"ducklake:postgres:dbname=ducklake user=postgres password=FvTEBiSdLOlo host=15.235.225.242 port=5433",
205+
"ducklake:postgres:dbname=ducklake user=postgres password=FvTEBiSdLOlo host=15.235.225.242 port=5433",
205206
)
206207
with writable_engine.connect() as conn:
207208
conn.execute(

0 commit comments

Comments
 (0)