8000 fix: added schema for new tests to openapi json · fastapi/fastapi@c357017 · GitHub
[go: up one dir, main page]

Skip to content

Commit c357017

Browse files
committed
fix: added schema for new tests to openapi json
1 parent 3c79e5b commit c357017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_starlette_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def no_body_status_code_exception():
2727

2828
@app.get("/http-no-body-statuscode-with-detail-exception")
2929
async def no_body_status_code_with_detail_exception():
30-
raise HTTPException(status_code=204, detail="I should not make it!")
30+
raise HTTPException(status_code=204, detail="I should just disappear!")
3131

3232

3333
@app.get("/starlette-items/{item_id}")

0 commit comments

Comments
 (0)
0