Skip to content

Commit 00fda5e

Browse files
mode correction
1 parent 69e49c8 commit 00fda5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration_tests/with_db/deployment/test_create_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_create_script(setup_database, db_conn, tmpdir_factory):
1616
tmpdir = tmpdir_factory.mktemp("test_create_script")
1717
script_path = write_create_script(root_dir=tmpdir)
1818

19-
with open(script_path, "w") as create_script:
19+
with open(script_path, "r") as create_script:
2020
query = create_script.read()
2121

2222
result = db_conn.execute(query).fetchall()

0 commit comments

Comments
 (0)