From 56255a0a4093d4105ee77a3678a11e1208a61dbf Mon Sep 17 00:00:00 2001 From: Pedro Crespo <32402063+pcrespov@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:46:40 +0200 Subject: [PATCH] @GitHK review: doc --- services/api-server/tests/unit/test__fastapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api-server/tests/unit/test__fastapi.py b/services/api-server/tests/unit/test__fastapi.py index 01413f08146..6823a0f9bf0 100644 --- a/services/api-server/tests/unit/test__fastapi.py +++ b/services/api-server/tests/unit/test__fastapi.py @@ -115,7 +115,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 + # Ensures ':' is allowed in routes # SEE https://github.com/encode/starlette/pull/1657 solver_key = Solver.Config.schema_extra["example"]["id"]