Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 2ebff19

Browse files
1 parent 5b3b175 commit 2ebff19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/unit/spanner_dbapi/test_connect.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@ def test_with_kwargs(self, mock_client):
140140
instance = client.instance.return_value
141141
database = instance.database.return_value
142142

143-
connection = connect(
144-
INSTANCE,
145-
DATABASE,
146-
ignore_transaction_warnings=True
147-
)
143+
connection = connect(INSTANCE, DATABASE, ignore_transaction_warnings=True)
148144

149145
self.assertIsInstance(connection, Connection)
150146
self.assertTrue(connection._ignore_transaction_warnings)

0 commit comments

Comments
 (0)