Skip to content

Commit f19741a

Browse files
committed
fix: Connection "http_path" was missing
1 parent 6203665 commit f19741a

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)