Merge pull request #34 from edpryk/bug/TypeError-unhashable-type-list

pull/35/head
Albert Koczy 2 years ago committed by GitHub
commit 1002e16662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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": ("content-type", ""),
} }
except FlowReadException as e: except FlowReadException as e:

Loading…
Cancel
Save