Use highest version of variant in `testing.md`

This commit is contained in:
Yurii Motov 2025-12-01 08:27:33 +01:00
parent f04a4549be
commit 8222a163b2
1 changed files with 1 additions and 1 deletions

View File

@ -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.