- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for delete_deployment (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_reponse_set_reponse_code_empty.py
from fastapi.testclient import TestClient from inline_snapshot import snapshot app = FastAPI() @app.delete( "/{id}", status_code=204, response_model=None, ) async def delete_deployment( id: int, response: Response, ) -> Any: response.status_code = 400 return {"msg": "Status overwritten", "id": id} client = TestClient(app)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 3.6K bytes - Click Count (0)