We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd00c5 commit 0f08b20Copy full SHA for 0f08b20
tests/api/v1/test_echo.py
@@ -6,7 +6,6 @@
6
from starlette import status
7
8
9
-# FIXME: Goes to only v1 endpoint. How to change this behavior?
10
@pytest.mark.anyio
11
async def test_echo(fastapi_app: FastAPI, client_authenticated: AsyncClient) -> None:
12
"""Tests that echo route works.
tests/api/v2/test_echo.py
0 commit comments