Skip to content

Commit 8cefbce

Browse files
committed
fix(connection): bug in snowflake connection form
1 parent 656b7a6 commit 8cefbce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • testgen/ui/views/connections

testgen/ui/views/connections/page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def show_connection_form(self, selected_connection: dict, _mode: str, project_co
9898
FlavorForm = BaseConnectionForm.for_flavor(sql_flavor)
9999
if connection:
100100
connection["password"] = connection["password"] or ""
101+
connection["private_key"] = connection["private_key"] or ""
101102

102103
form_kwargs = connection or {"sql_flavor": sql_flavor, "connection_id": connection_id, "connection_name": connection_name}
103104
form = FlavorForm(**form_kwargs)

0 commit comments

Comments
 (0)