Skip to content
Snippets Groups Projects
Unverified Commit 3fdc9806 authored by Erik Montnemery's avatar Erik Montnemery Committed by GitHub
Browse files

Adjust bond tests which create devices (#98183)

parent fcdfeb74
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ async def test_old_identifiers_are_removed(hass: HomeAssistant) -> None:
domain=DOMAIN,
data={CONF_HOST: "some host", CONF_ACCESS_TOKEN: "test-token"},
)
config_entry.add_to_hass(hass)
old_identifers = (DOMAIN, "device_id")
new_identifiers = (DOMAIN, "ZXXX12345", "device_id")
......@@ -170,8 +171,6 @@ async def test_old_identifiers_are_removed(hass: HomeAssistant) -> None:
name="old",
)
config_entry.add_to_hass(hass)
with patch_bond_bridge(), patch_bond_version(
return_value={
"bondid": "ZXXX12345",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment