8000
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 3c79e5b commit c357017Copy full SHA for c357017
tests/test_starlette_exception.py
@@ -27,7 +27,7 @@ async def no_body_status_code_exception():
27
28
@app.get("/http-no-body-statuscode-with-detail-exception")
29
async def no_body_status_code_with_detail_exception():
30
- raise HTTPException(status_code=204, detail="I should not make it!")
+ raise HTTPException(status_code=204, detail="I should just disappear!")
31
32
33
@app.get("/starlette-items/{item_id}")
0 commit comments