We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e321a commit 11edb8eCopy full SHA for 11edb8e
2 files changed
bb_test.py
@@ -2908,14 +2908,14 @@ async def test_animal_api_down_raises_animal_exception(
2908
httpx_mock: HTTPXMock,
2909
) -> None:
2910
httpx_mock.add_response(
2911
- url="https://random-d.uk/api/quack",
+ url="https://api.bunnies.io/v2/loop/random/?media=gif",
2912
status_code=522,
2913
)
2914
2915
with pytest.raises(
2916
- misc.AnimalException, match="Failed to call Duck Animal API",
+ misc.AnimalException, match="Failed to call Rabbit Animal API",
2917
):
2918
- await misc.get_animal("duck")
+ await misc.get_animal("rabbit")
2919
2920
2921
def test_get_frog_list_standard_layout(httpx_mock: HTTPXMock) -> None:
resources/images/tests.svg
0 commit comments