Skip to content

Commit 4510ba6

Browse files
committed
Merge branch 'fix-conn-create' into 'enterprise'
fix: Connection "http_path" was missing See merge request dkinternal/testgen/dataops-testgen!192
2 parents 70223a0 + ed8f826 commit 4510ba6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • testgen/ui/views/connections

testgen/ui/views/connections/page.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ def show_connection_form(self, selected_connection: dict, _mode: str, project_co
124124
"private_key": None,
125125
})
126126

127+
data.setdefault("http_path", "")
128+
127129
try:
128130
FlavorForm(**data)
129131
except ValidationError as error:

0 commit comments

Comments
 (0)