From 8222a163b2a13e5f824d1ddf523ccc01c3e0eb3c Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Mon, 1 Dec 2025 08:27:33 +0100 Subject: [PATCH] Use highest version of variant in `testing.md` --- docs/en/docs/tutorial/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/testing.md b/docs/en/docs/tutorial/testing.md index 4bde260de..c6a0e5b7d 100644 --- a/docs/en/docs/tutorial/testing.md +++ b/docs/en/docs/tutorial/testing.md @@ -127,7 +127,7 @@ Both *path operations* require an `X-Token` header. You could then update `test_main.py` with the extended tests: -{* ../../docs_src/app_testing/app_b/test_main.py *} +{* ../../docs_src/app_testing/app_b_an_py310/test_main.py *} Whenever you need the client to pass information in the request and you don't know how to, you can search (Google) how to do it in `httpx`, or even how to do it with `requests`, as HTTPX's design is based on Requests' design.