mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Use correctly formatted MAC in elkm1 tests (#147888)
This commit is contained in:
parent
655f009f07
commit
23f1e8d1a3
@ -1144,7 +1144,7 @@ async def test_discovered_by_discovery_and_dhcp(hass: HomeAssistant) -> None:
|
|||||||
data=DhcpServiceInfo(
|
data=DhcpServiceInfo(
|
||||||
hostname="any",
|
hostname="any",
|
||||||
ip=MOCK_IP_ADDRESS,
|
ip=MOCK_IP_ADDRESS,
|
||||||
macaddress="00:00:00:00:00:00",
|
macaddress="000000000000",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user