Fix formatting of mac addresses from dhcp discovery mocking in qnap_qsw (#110592)

dhcp returns addresses in lowercase without :
This commit is contained in:
J. Nick Koston 2024-02-14 16:23:43 -06:00 committed by GitHub
parent c7e2f24303
commit 20d1cd1246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ from tests.common import MockConfigEntry
DHCP_SERVICE_INFO = dhcp.DhcpServiceInfo(
hostname="qsw-m408-4c",
ip="192.168.1.200",
macaddress="245EBE000000",
macaddress="245ebe000000",
)
TEST_PASSWORD = "test-password"