Skip to content

Commit 550b1f0

Browse files
committed
Fixup
1 parent c6728ac commit 550b1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/datastore_pyodbc/test_pyodbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def pyodbc_driver():
139139
@pytest.fixture
140140
def connection(pyodbc_driver):
141141
connection = pyodbc.connect(
142-
"DRIVER={%s};SERVER=%s;Port=%s;DATABASE=%s;UID=%s;PWD=%s"
142+
"DRIVER={%s};SERVER=%s,%s;DATABASE=%s;UID=%s;PWD=%s"
143143
% (
144144
pyodbc_driver,
145145
DB_SETTINGS["host"],

0 commit comments

Comments
 (0)