Use correctly formatted MAC in elkm1 tests (#147888)

This commit is contained in:
epenet 2025-07-01 17:55:46 +02:00 committed by GitHub
parent 655f009f07
commit 23f1e8d1a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1144,7 +1144,7 @@ async def test_discovered_by_discovery_and_dhcp(hass: HomeAssistant) -> None:
data=DhcpServiceInfo(
hostname="any",
ip=MOCK_IP_ADDRESS,
macaddress="00:00:00:00:00:00",
macaddress="000000000000",
),
)
await hass.async_block_till_done()