Skip to content

Commit db627d9

Browse files
committed
Undo change.
1 parent a3bd889 commit db627d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def conn_creator():
4141
connection_string += "?driver=libtdsodbc.so&tds_version=7.4"
4242
else:
4343
msodbc_driver_name = urllib.parse.quote_plus(
44-
"ODBC Driver 18 for SQL Server"
44+
"ODBC Driver 17 for SQL Server"
4545
)
4646
connection_string += f"?driver={msodbc_driver_name}"
4747
elif "snowflake" in backend:

0 commit comments

Comments
 (0)