Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jul 18, 2022
1 parent 055a24f commit 3e4e8c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions services/api-server/tests/unit/test__fastapi.py
Expand Up @@ -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"]
Expand Down

0 comments on commit 3e4e8c3

Please sign in to comment.