We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5030bc1 commit 510bccfCopy full SHA for 510bccf
tests/test_ext_flask.py
@@ -124,7 +124,7 @@ def delete(self):
124
assert "delete" not in paths["/hi"]
125
126
def test_integration_with_docstring_introspection(self, app, spec):
127
- @app.route("/hello")
+ @app.route("/hello", methods=["GET", "POST"])
128
def hello():
129
"""A greeting endpoint.
130
0 commit comments