Skip to content

Commit 0f08b20

Browse files
committed
test comments removed
1 parent fcd00c5 commit 0f08b20

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/api/v1/test_echo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from starlette import status
77

88

9-
# FIXME: Goes to only v1 endpoint. How to change this behavior?
109
@pytest.mark.anyio
1110
async def test_echo(fastapi_app: FastAPI, client_authenticated: AsyncClient) -> None:
1211
"""Tests that echo route works.

tests/api/v2/test_echo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from starlette import status
77

88

9-
# FIXME: Goes to only v1 endpoint. How to change this behavior?
109
@pytest.mark.anyio
1110
async def test_echo(fastapi_app: FastAPI, client_authenticated: AsyncClient) -> None:
1211
"""Tests that echo route works.

0 commit comments

Comments
 (0)