We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db746a8 commit f7e4628Copy full SHA for f7e4628
1 file changed
tests/test_020_bulkcopy_auth_cleanup.py
@@ -85,8 +85,7 @@ def test_no_auth_type_leaves_fields_intact(self, mock_logger, mock_settings):
85
mock_logger.is_debug_enabled = False
86
87
cursor = _make_cursor(
88
- "Server=tcp:test.database.windows.net;Database=testdb;"
89
- "UID=sa;PWD=password123",
+ "Server=tcp:test.database.windows.net;Database=testdb;" "UID=sa;PWD=password123",
90
None, # no AD auth
91
)
92
0 commit comments