From cfdc71571c85ee22367cbdfb85f3f5c3b2ec5899 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Thu, 26 Dec 2024 11:48:34 +0100 Subject: [PATCH] Update docs/testclient.md --- docs/testclient.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/testclient.md b/docs/testclient.md index d1568f1cc..99346af8b 100644 --- a/docs/testclient.md +++ b/docs/testclient.md @@ -69,11 +69,6 @@ case you should use `client = TestClient(app, raise_server_exceptions=False)`. not be triggered when the `TestClient` is instantiated. You can learn more about it [here](lifespan.md#running-lifespan-in-tests). -!!! note - - By default the `TestClient` uses `testclient:50000` as the host and port. - To use a different client, you can pass the host and port as a tuple: `TestClient(client=(, )`. - ### Selecting the Async backend `TestClient` takes arguments `backend` (a string) and `backend_options` (a dictionary).