diff --git a/docs/en/docs/advanced/testing-websockets.md b/docs/en/docs/advanced/testing-websockets.md index a9d6821be..ab2c3eb10 100644 --- a/docs/en/docs/advanced/testing-websockets.md +++ b/docs/en/docs/advanced/testing-websockets.md @@ -7,3 +7,6 @@ For this, you use the `TestClient` in a `with` statement, connecting to the WebS ```Python hl_lines="27 28 29 30 31" {!../../../docs_src/app_testing/tutorial002.py!} ``` + +!!! note + For more details, check Starlette's documentation for testing WebSockets.