Fix formatting of mac addresses from dhcp discovery mocking in lametric (#110580)

pull/110622/head
J. Nick Koston 2024-02-14 16:23:22 -06:00 committed by GitHub
parent b87e34ec67
commit c7e2f24303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ async def test_dhcp_discovery_updates_entry(
data=DhcpServiceInfo(
hostname="lametric",
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(
hostname="lametric",
ip="127.0.0.42",
macaddress="aa:bb:cc:dd:ee:00",
macaddress="aabbccddee00",
),
)