Ignore fake_integration in repairs

This commit is contained in:
epenet 2024-11-14 14:55:23 +00:00
parent 5192aa52bf
commit bf207f6135

View file

@ -533,6 +533,10 @@ async def test_list_issues(
}
@pytest.mark.parametrize(
"ignore_translations",
["component.fake_integration.issues.abc_123.fix_flow.abort.not_given"],
)
async def test_fix_issue_aborted(
hass: HomeAssistant,
hass_client: ClientSessionGenerator,