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 95b888d commit 6931717Copy full SHA for 6931717
tests/integration/test_mock_router.py
@@ -219,7 +219,7 @@ def fails():
219
def fails_also(): # will only get passed to error if we set handle_exception_subclasses
220
raise TestValueError()
221
222
- httpx_mock.add_callback(callback=throwaway.handle_request)
+ httpx_mock.add_callback(callback=throwaway.handle_request, is_reusable=True)
223
224
with httpx.Client(base_url=BASE_URL) as client:
225
client.get("/gotohandler")
0 commit comments