mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +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:
|
||||
"""Test that we reload when in a setup retry state from discovery."""
|
||||
hass.config.components.add("comp")
|
||||
unique_id = "34:ea:34:b4:3b:5a"
|
||||
unique_id = "34ea34b43b5a"
|
||||
host = "0.0.0.0"
|
||||
entry = MockConfigEntry(
|
||||
domain="comp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user