Skip to content

Commit aff067b

Browse files
committed
Resolving issues
1 parent 22df208 commit aff067b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_003_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6532,7 +6532,7 @@ def test_attrs_before_connection_types(conn_str):
65326532
# Integer attribute
65336533
ConstantsDDBC.SQL_ATTR_LOGIN_TIMEOUT.value: 30,
65346534
# String attribute (catalog name)
6535-
ConstantsDDBC.SQL_ATTR_CURRENT_CATALOG.value: "master"
6535+
ConstantsDDBC.SQL_ATTR_CURRENT_CATALOG.value: "testdb"
65366536
}
65376537

65386538
conn = connect(conn_str, attrs_before=attrs)

0 commit comments

Comments
 (0)