Skip to content

Commit 6e77096

Browse files
vchavatapallijacalata
authored andcommitted
style fix
1 parent b40f4b8 commit 6e77096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_datasource.py

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

234234
self.assertEqual(updated_ids, connection_luids)
235-
self.assertEqual("auth-keypair",connection_items[0].auth_type)
235+
self.assertEqual("auth-keypair", connection_items[0].auth_type)
236236

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

0 commit comments

Comments
 (0)