mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
Fix formatting of mac addresses from dhcp discovery mocking in config_entries test (#110617)
This commit is contained in:
parent
499c42364e
commit
d48a45fee7
@ -2047,7 +2047,7 @@ async def test_unique_id_from_discovery_in_setup_retry(
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Test that we reload when in a setup retry state from discovery."""
|
"""Test that we reload when in a setup retry state from discovery."""
|
||||||
hass.config.components.add("comp")
|
hass.config.components.add("comp")
|
||||||
unique_id = "34:ea:34:b4:3b:5a"
|
unique_id = "34ea34b43b5a"
|
||||||
host = "0.0.0.0"
|
host = "0.0.0.0"
|
||||||
entry = MockConfigEntry(
|
entry = MockConfigEntry(
|
||||||
domain="comp",
|
domain="comp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user