Skip to content

Commit 9a1c675

Browse files
committed
style fix
1 parent a75bb40 commit 9a1c675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_datasource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def test_update_connections(self) -> None:
255255
updated_ids = [conn.id for conn in connection_items]
256256

257257
self.assertEqual(updated_ids, connection_luids)
258-
self.assertEqual("auth-keypair",connection_items[0].auth_type)
258+
self.assertEqual("auth-keypair", connection_items[0].auth_type)
259259

260260
def test_populate_permissions(self) -> None:
261261
with open(asset(POPULATE_PERMISSIONS_XML), "rb") as f:

0 commit comments

Comments
 (0)