Fix generic IP camera tests affecting other tests (#122858)

This commit is contained in:
Erik Montnemery 2024-07-30 16:29:59 +02:00 committed by GitHub
parent b973455037
commit 1382f7a3dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 4 deletions

View file

@ -638,6 +638,7 @@ async def test_form_stream_other_error(hass: HomeAssistant, user_flow) -> None:
@respx.mock
@pytest.mark.usefixtures("fakeimg_png")
async def test_form_stream_worker_error(
hass: HomeAssistant, user_flow: ConfigFlowResult
) -> None: