We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b7a6 commit 8cefbceCopy full SHA for 8cefbce
1 file changed
testgen/ui/views/connections/page.py
@@ -98,6 +98,7 @@ def show_connection_form(self, selected_connection: dict, _mode: str, project_co
98
FlavorForm = BaseConnectionForm.for_flavor(sql_flavor)
99
if connection:
100
connection["password"] = connection["password"] or ""
101
+ connection["private_key"] = connection["private_key"] or ""
102
103
form_kwargs = connection or {"sql_flavor": sql_flavor, "connection_id": connection_id, "connection_name": connection_name}
104
form = FlavorForm(**form_kwargs)
0 commit comments