Ignore fake_integration in repairs
This commit is contained in:
parent
5192aa52bf
commit
bf207f6135
1 changed files with 4 additions and 0 deletions
|
@ -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(
|
async def test_fix_issue_aborted(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
hass_client: ClientSessionGenerator,
|
hass_client: ClientSessionGenerator,
|
||||||
|
|
Loading…
Add table
Reference in a new issue