Skip to content

Commit

Permalink
Fix tests with pytest-httpx 0.32.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 29, 2024
1 parent 67a5112 commit 341e02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ async def test_plugins_list(httpx_mock: HTTPXMock) -> None:


@pytest.mark.asyncio
@pytest.mark.httpx_mock(can_send_already_matched_responses=True)
async def test_exisiting_endpoint(httpx_mock: HTTPXMock) -> None:
"""Test the a valid endpoint."""
httpx_mock.add_response(json=RESPONSE)
Expand Down

0 comments on commit 341e02e

Please sign in to comment.