@ -15,11 +15,13 @@ class SomeDecorator:
app = FastAPI()
@app.get("/")
@SomeDecorator
async def route1():
return {"working": True}
client = TestClient(app)