From 41453bbac16647f2031ab8351d7ac758f600e57a Mon Sep 17 00:00:00 2001 From: Pedro Crespo <32402063+pcrespov@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:52:46 +0200 Subject: [PATCH] doc --- services/api-server/tests/unit/test__fastapi.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/services/api-server/tests/unit/test__fastapi.py b/services/api-server/tests/unit/test__fastapi.py index b30c12cfedf..01413f08146 100644 --- a/services/api-server/tests/unit/test__fastapi.py +++ b/services/api-server/tests/unit/test__fastapi.py @@ -116,10 +116,7 @@ def test_fastapi_route_paths_in_paths(client: TestClient, faker: Faker): def test_fastapi_route_name_parsing(client: TestClient, faker: Faker): # # Ensures colon are allowed in routes - # - Issue in https://github.com/encode/starlette/pull/1657 - # - FIX released https://github.com/encode/starlette/releases/tag/0.20.2 - # BUT fastapi starlette==0.19.1 https://github.com/tiangolo/fastapi/blob/master/pyproject.toml#L38 - # Waiting for https://github.com/tiangolo/fastapi/issues/4892 + # SEE https://github.com/encode/starlette/pull/1657 solver_key = Solver.Config.schema_extra["example"]["id"] version = Solver.Config.schema_extra["example"]["version"]