Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Aug 3, 2023
1 parent 8a39597 commit 6217cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/stdlib/test_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def _get_procesor_env(self, filename):
conn.execute(text("DROP TABLE IF EXISTS test;"))
if filename == "dump_to_sql_update_mode__update":
engine = create_engine(ENV['DPP_DB_ENGINE'])
conn = engine.connect()
conn.execute(text("""
CREATE TABLE test (
id integer not null primary key,
Expand Down

0 comments on commit 6217cbf

Please sign in to comment.