Skip to content

Commit f7e4628

Browse files
committed
linting fix
1 parent db746a8 commit f7e4628

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_020_bulkcopy_auth_cleanup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def test_no_auth_type_leaves_fields_intact(self, mock_logger, mock_settings):
8585
mock_logger.is_debug_enabled = False
8686

8787
cursor = _make_cursor(
88-
"Server=tcp:test.database.windows.net;Database=testdb;"
89-
"UID=sa;PWD=password123",
88+
"Server=tcp:test.database.windows.net;Database=testdb;" "UID=sa;PWD=password123",
9089
None, # no AD auth
9190
)
9291

0 commit comments

Comments
 (0)