mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix formatting of mac addresses from dhcp discovery mocking in lametric (#110580)
This commit is contained in:
parent
b87e34ec67
commit
c7e2f24303
@ -706,7 +706,7 @@ async def test_dhcp_discovery_updates_entry(
|
|||||||
data=DhcpServiceInfo(
|
data=DhcpServiceInfo(
|
||||||
hostname="lametric",
|
hostname="lametric",
|
||||||
ip="127.0.0.42",
|
ip="127.0.0.42",
|
||||||
macaddress="aa:bb:cc:dd:ee:ff",
|
macaddress="aabbccddeeff",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -732,7 +732,7 @@ async def test_dhcp_unknown_device(
|
|||||||
data=DhcpServiceInfo(
|
data=DhcpServiceInfo(
|
||||||
hostname="lametric",
|
hostname="lametric",
|
||||||
ip="127.0.0.42",
|
ip="127.0.0.42",
|
||||||
macaddress="aa:bb:cc:dd:ee:00",
|
macaddress="aabbccddee00",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user