Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass parameter.fields When parameter is being Passed in #21

Merged
merged 10 commits into from
Dec 21, 2021
1 change: 0 additions & 1 deletion tests/extensions/openapi/test_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ async def handler3(request: Request, val1: int):
print(paths)
ChihweiLHBird marked this conversation as resolved.
Show resolved Hide resolved
assert paths

# Brocken test, only happen with the test client, need to be fixed.
assert (
paths["/test1/{val1}"]["get"]["parameters"][0]["description"]
== DESCRIPTION
Expand Down