Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 16, 2023
1 parent e9be7d2 commit b5ce51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def test_serve_playground(app: FastAPI) -> None:


@pytest.mark.asyncio
async def test_serve_playground() -> None:
async def test_serve_playground_with_api_router() -> None:
"""Test serving playground from an api router with a prefix."""
app = FastAPI()

Expand Down

0 comments on commit b5ce51a

Please sign in to comment.