AttributeError: 'NoneType' object has no attribute 'send' Fastapi Pytest
import pytest from app import main from httpx import AsyncClient, ASGITransport BASE_URL = "http://localhost:8000/users" @pytest.fixture def anyio_backend(): return &quo…