fixed issue with unstable type list

pull/34/head
edpryk 2 years ago
parent 90edf8ea73
commit 5307c41bba

@ -313,7 +313,7 @@ def main(override_args: Sequence[str] | None = None):
swagger["paths"][path_template_to_set][method]["responses"]["200"] = { swagger["paths"][path_template_to_set][method]["responses"]["200"] = {
"description": "OK", "description": "OK",
"content": {content_type: {}}, "content": "",
} }
except FlowReadException as e: except FlowReadException as e:

Loading…
Cancel
Save