We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75bb40 commit 9a1c675Copy full SHA for 9a1c675
1 file changed
test/test_datasource.py
@@ -255,7 +255,7 @@ def test_update_connections(self) -> None:
255
updated_ids = [conn.id for conn in connection_items]
256
257
self.assertEqual(updated_ids, connection_luids)
258
- self.assertEqual("auth-keypair",connection_items[0].auth_type)
+ self.assertEqual("auth-keypair", connection_items[0].auth_type)
259
260
def test_populate_permissions(self) -> None:
261
with open(asset(POPULATE_PERMISSIONS_XML), "rb") as f:
0 commit comments