| 241 | |
| 242 | # Handler to use the custom request class. |
| 243 | class TestASGIHandler(ASGIHandler): |
| 244 | request_class = TestASGIRequest |
| 245 | |
| 246 | application = TestASGIHandler() |
| 247 | scope = self.async_request_factory._base_scope(path="/not-important/") |
no outgoing calls