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 67a5112 commit 341e02eCopy full SHA for 341e02e
tests/test_responses.py
@@ -404,6 +404,7 @@ async def test_plugins_list(httpx_mock: HTTPXMock) -> None:
404
405
406
@pytest.mark.asyncio
407
+@pytest.mark.httpx_mock(can_send_already_matched_responses=True)
408
async def test_exisiting_endpoint(httpx_mock: HTTPXMock) -> None:
409
"""Test the a valid endpoint."""
410
httpx_mock.add_response(json=RESPONSE)
0 commit comments