Fix formatting of mac addresses from dhcp discovery mocking in config_entries test (#110617)

This commit is contained in:
J. Nick Koston 2024-02-14 16:32:02 -06:00 committed by GitHub
parent 499c42364e
commit d48a45fee7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",