Skip to content

Commit 72670ea

Browse files
committed
simplify test by getting rid qmark bind in result validation
1 parent afc827a commit 72670ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integ/test_direct_file_operation_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ def _validate_upload_content(
3434
local_path = os.path.join(local_dir, base_file_name)
3535

3636
cursor.execute(
37-
f"GET ? 'file://{_normalize_windows_local_path(local_dir)}'",
38-
params=[stage_path],
39-
_force_qmark_paramstyle=True,
37+
f"GET {stage_path} 'file://{_normalize_windows_local_path(local_dir)}'",
4038
)
4139
if is_compressed:
4240
stage_path += gz_suffix

0 commit comments

Comments
 (0)