Skip to content

Commit 6217cbf

Browse files
committed
Fix tests
1 parent 8a39597 commit 6217cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stdlib/test_stdlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def _get_procesor_env(self, filename):
2222
conn.execute(text("DROP TABLE IF EXISTS test;"))
2323
if filename == "dump_to_sql_update_mode__update":
2424
engine = create_engine(ENV['DPP_DB_ENGINE'])
25+
conn = engine.connect()
2526
conn.execute(text("""
2627
CREATE TABLE test (
2728
id integer not null primary key,

0 commit comments

Comments
 (0)