replaced str to tuple

pull/34/head
edpryk 2 years ago
parent 5307c41bba
commit 74f5c8265b

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

Loading…
Cancel
Save