Skip to content

Commit 2195837

Browse files
committed
fix(connection): bug in snowflake connection form
1 parent 8d790d3 commit 2195837

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
@@ -97,6 +97,7 @@ def show_connection_form(self, selected_connection: dict, _mode: str, project_co
9797
FlavorForm = BaseConnectionForm.for_flavor(sql_flavor)
9898
if connection:
9999
connection["password"] = connection["password"] or ""
100+
connection["private_key"] = connection["private_key"] or ""
100101

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

0 commit comments

Comments
 (0)