We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c162c commit 324e16aCopy full SHA for 324e16a
1 file changed
tests/client/test_client.py
@@ -467,6 +467,7 @@ def test_mock_transport_elapsed():
467
468
Regression test for https://github.com/encode/httpx/issues/3712
469
"""
470
+
471
def handler(request):
472
return httpx.Response(200, json={"text": "Hello, world!"})
473
@@ -486,6 +487,7 @@ async def test_async_mock_transport_elapsed():
486
487
488
489
490
491
492
493
0 commit comments